Test Exam Version with Questions and Verified Rationalized Answers
Guaranteed Pass
1. HTML5, CSS, JavaScript: The web development trifecta
d d d d d d
2. main: HTML5 tag defining the main body of a document. Cannot be the child ofth
d d d d d d d d d d d d d d d
e header, nav, article, aside, or footer elements.
d d d d d d d
3. header and footer: These elements can also be included in article, aside, nav,m
d d d d d d d d d d d d d
ain, and section elements, not just on the page itself
d d d d d d d d d
4. source: This element identifies the file(s) to use in a video or audio element
d d d d d d d d d d d d d
5. style guide: A set of standards for the writing and/or design of documents
d d d d d d d d d d d d
6. IE9: This version of IE is the first to support HTML5
d d d d d d d d d d
7. Add them via JS, make them block via CSS: What should you do to supportHT
d d d d d d d d d d d d d d d
ML5 elements in pre-IE9 browsers.
d d d d
8. selector: The term for the part of CSS code that refers to the element you wantto
d d d d d d d d d d d d d d d d d
style
9. declaration: In CSS, the term for a property and value pair. It must always endwit
d d d d d d d d d d d d d d d
h a semicolon
d d
1d/d8
,10. rule: In CSS, the name for a selector, property and value all grouped together
d d d d d d d d d d d d d
11. inheritance: The word "cascading" in CSS refers to this concept d d d d d d d d d
12. External, embedded, inline: The cascading order of CSS style sheets, orderedfro
d d d d d d d d d d d
m lowest priority to highest
d d d d
13. rel, type, href: Linking to a CSS file requires these attributes in the link element
d d d d d d d d d d d d d d
14. style: Embedded CSS should be placed in a block defined by this element
d d d d d d d d d d d d
15. style: Inline CSS should be placed in an attribute with this name
d d d d d d d d d d d
16. document flow: The arrangement of content elements on a page and how thesp
d d d d d d d d d d d d d
ace is used. Does it fall from top to bottom in stacks, or does some content floatto o
d d d d d d d d d d d d d d d d d d
ne side or the other?
d d d d
17. curly braces: These are not used when defining inline CSS styles
d d d d d d d d d d
18. clear: Use this CSS property to avoid having floating elements before/afteran
d d d d d d d d d d d
other element d
19. static: In CSS, the "normal, or default", position of block elements within a page
d d d d d d d d d d d d d
20. relative: In CSS, positioning a block element relative to another element
d d d d d d d d d d
21. absolute: In CSS, this causes the element to appear to float above the docu-
d d d d d d d d d d d d d
ment and can be positioned as needed. It is completely removed from the rest ofth
d d d d d d d d d d d d d d d d
e page flow.
d d
2d/d8
, 22. fixed: In CSS, this causes the element to remain in the same position when thepa
d d d d d d d d d d d d d d d
ge is scrolled
d d
23. inherit: In CSS, this causes the element to inherit its parent's position
d d d d d d d d d d d
24. padding: In the box model, this is the space between the content and the border
d d d d d d d d d d d d d d
25. margin: In the box model, this is the space between the border and surroundingel
d d d d d d d d d d d d d d
ements
3d/d8