WDD 230 Final UPDATED Actual Questions and CORRECT Answers
7 views 0 purchase
Course
WDD 230
Institution
WDD 230
WDD 230 Final UPDATED Actual
Questions and CORRECT Answers
GitHub - CORRECT ANSWER- A web-based, version-control, and collaboration system
that will be used in this course to provide a platform for your web work
<html> - CORRECT ANSWER- Which HTML element wraps all the content on the
...
WDD 230 Final UPDATED Actual
Questions and CORRECT Answers
GitHub - CORRECT ANSWER- ✔✔A web-based, version-control, and collaboration system
that will be used in this course to provide a platform for your web work
<html> - CORRECT ANSWER- ✔✔Which HTML element wraps all the content on the
entire page and is sometimes known as the root element?
.. - CORRECT ANSWER- ✔✔File Path Question: To link to a target file in the directory
above or in a sibling path the invoking HTML file, what syntax is used in the file reference?
Example: If a file named index.htmlwas inside a subfolder named products and needed to
reference an image inside a subfolder named images, the reference could be completed
properly using which of the following choices to fill in the blank provided in the href
property given here?
href="___/images/sunset.png"
extensions - CORRECT ANSWER- ✔✔In VS Code, to add more features including language
support, themes, debuggers, helpers, and services, you can install ____________ which run
in a separate process, thus ensuring that VS Code is not slowed down.
.linklist ul li - CORRECT ANSWER- ✔✔What code snippet correctly references an external
JavaScript file name myScript.js in HTML?
a) .linklist, h2, ul, li
b) .linklist h2 ul li
c) main section ul
d) .linklist, ul, li
e) .linklist ul li
Firefox - CORRECT ANSWER- ✔✔Mozilla
Edge - CORRECT ANSWER- ✔✔Microsoft
Chrome - CORRECT ANSWER- ✔✔Google
Safari - CORRECT ANSWER- ✔✔Apple
Opera - CORRECT ANSWER- ✔✔Opera Software
header - CORRECT ANSWER- ✔✔An HTML element element that contains introductory
content.
head - CORRECT ANSWER- ✔✔Part of an HTML document that is not displayed in the
web browser.
heading - CORRECT ANSWER- ✔✔An HTML element that has six levels.
const fulldate = `${dayName}, ${d.getDate()}, ${monthName} ${year}`; - CORRECT
ANSWER- ✔✔Given the following JS code snippet, rewrite the entire statement using a
template literal. You can assume that all the variables used in the concatenated expression
have been declared and are ready to use. You must include a closing semicolon.
var - CORRECT ANSWER- ✔✔Which JavaScript variable declaration statements has a
function scope versus a block scope?
normalize - CORRECT ANSWER- ✔✔A reset, reboot, or ___________ CSS file is used to
reduce browser inconsistencies by making browsers render elements consistently and in line
with modern standards.
min - CORRECT ANSWER- ✔✔Besides hosting and referencing your own CSS normalize
file, you can use a CDN (content delivery network) like:
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
The ________ portion of the file name is a standard way to name files that have had all the
spaces and line returns removed in the file.
viewport - CORRECT ANSWER- ✔✔The __________ is the framed area on a display
screen and each responsive web page needs to have a meta tag defined for this property.
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet"> -
CORRECT ANSWER- ✔✔What is the correct way to reference a font from the Google Font
API?
*using Montserrat as the font family*
application programming interface - CORRECT ANSWER- ✔✔Google Fonts makes product
and web pages run faster by safely caching fonts without compromising users' privacy or
security. Google Fonts is an API or ______________________.
media queries - CORRECT ANSWER- ✔✔____________ let you adapt your site or app
depending on the presence or value of various device characteristics and parameters and are a
key component of responsive design. As an example, they can shrink the font size on small
devices, increase the padding between paragraphs when a page is viewed in portrait mode, or
bump up the size of buttons on touchscreens.
The benefits of buying summaries with Stuvia:
Guaranteed quality through customer reviews
Stuvia customers have reviewed more than 700,000 summaries. This how you know that you are buying the best documents.
Quick and easy check-out
You can quickly pay through credit card or Stuvia-credit for the summaries. There is no membership needed.
Focus on what matters
Your fellow students write the study notes themselves, which is why the documents are always reliable and up-to-date. This ensures you quickly get to the core!
Frequently asked questions
What do I get when I buy this document?
You get a PDF, available immediately after your purchase. The purchased document is accessible anytime, anywhere and indefinitely through your profile.
Satisfaction guarantee: how does it work?
Our satisfaction guarantee ensures that you always find a study document that suits you well. You fill out a form, and our customer service team takes care of the rest.
Who am I buying these notes from?
Stuvia is a marketplace, so you are not buying this document from us, but from seller MGRADES. Stuvia facilitates payment to the seller.
Will I be stuck with a subscription?
No, you only buy these notes for $9.49. You're not tied to anything after your purchase.