WGU C777 OBJECTIVE ASSESSMENT PRACTICE TEST BANK WITH 350
QUESTIONS AND CORRECT VERIFIED ANSWERS/ C777 OA WEB DEVELOPMENT
APPLICATIONS
1. HTML5, CSS, JavaScript
Answer > The web development trifecta
2. Main
Answer > HTML5 tag defining the main body of a document. Cannot be the child of the header, nav, article,
aside, or footer elements.
3. header and footer
Answer > These elements can also be included in article, aside, nav, main, and section elements, not just on
the page itself
4. Source
Answer > This element identifies the file(s) to use in a video or audio element
1/
17
,5. style guide
Answer > A set of standards for the writing and/or design of documents
6. IE9
Answer > This version of IE is the first to support HTML5
7. Add them via JS, make them block via CSS
Answer > What should you do to support HTML5 elements in pre-IE9 browsers.
8. Selector
Answer > The term for the part of CSS code that refers to the element you want to style
9. Declaration
Answer > In CSS, the term for a property and value pair. It must always end with a semicolon
10. Rule
Answer > In CSS, the name for a selector, property and value all grouped together
11. Inheritance
Answer > The word "cascading" in CSS refers to this concept
12. External, embedded, inline
Answer > The cascading order of CSS style sheets, ordered from lowest priority to highest
2/
17
, 13. rel, type, href
Answer > Linking to a CSS file requires these attributes in the link element
14. Style
Answer > Embedded CSS should be placed in a block defined by this element
15. Style
Answer > Inline CSS should be placed in an attribute with this name
16. document flow
Answer > The arrangement of content elements on a page and how the space is used. Does it fall from top to
bottom in stacks, or does some content float to one side or the other?
17. curly braces
Answer > These are not used when defining inline CSS styles
18. Clear
Answer > Use this CSS property to avoid having floating elements before/after another element
19. Static
Answer > In CSS, the "normal, or default", position of block elements within a page
20. Relative
Answer > In CSS, positioning a block element relative to another element
3/
17
QUESTIONS AND CORRECT VERIFIED ANSWERS/ C777 OA WEB DEVELOPMENT
APPLICATIONS
1. HTML5, CSS, JavaScript
Answer > The web development trifecta
2. Main
Answer > HTML5 tag defining the main body of a document. Cannot be the child of the header, nav, article,
aside, or footer elements.
3. header and footer
Answer > These elements can also be included in article, aside, nav, main, and section elements, not just on
the page itself
4. Source
Answer > This element identifies the file(s) to use in a video or audio element
1/
17
,5. style guide
Answer > A set of standards for the writing and/or design of documents
6. IE9
Answer > This version of IE is the first to support HTML5
7. Add them via JS, make them block via CSS
Answer > What should you do to support HTML5 elements in pre-IE9 browsers.
8. Selector
Answer > The term for the part of CSS code that refers to the element you want to style
9. Declaration
Answer > In CSS, the term for a property and value pair. It must always end with a semicolon
10. Rule
Answer > In CSS, the name for a selector, property and value all grouped together
11. Inheritance
Answer > The word "cascading" in CSS refers to this concept
12. External, embedded, inline
Answer > The cascading order of CSS style sheets, ordered from lowest priority to highest
2/
17
, 13. rel, type, href
Answer > Linking to a CSS file requires these attributes in the link element
14. Style
Answer > Embedded CSS should be placed in a block defined by this element
15. Style
Answer > Inline CSS should be placed in an attribute with this name
16. document flow
Answer > The arrangement of content elements on a page and how the space is used. Does it fall from top to
bottom in stacks, or does some content float to one side or the other?
17. curly braces
Answer > These are not used when defining inline CSS styles
18. Clear
Answer > Use this CSS property to avoid having floating elements before/after another element
19. Static
Answer > In CSS, the "normal, or default", position of block elements within a page
20. Relative
Answer > In CSS, positioning a block element relative to another element
3/
17