WGU C777 Web Development Applications
1. HTML5, CSS, JavaScript: Correct The web development trifecta
2. main: Correct 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: Correct These elements can also be included in
article, aside, nav, main, and section elements, not just on the page
itself
4. source: Correct This element identifies the file(s) to use in a video or
audio element
5. style guide: Correct A set of standards for the writing and/or design of
documents
6. IE9: Correct This version of IE is the first to support HTML5
7. Add them via JS, make them block via CSS: Correct What should you do
to support HTML5 elements in pre-IE9 browsers.
8. selector: Correct The term for the part of CSS code that refers to the
element you want to style
9. declaration: Correct In CSS, the term for a property and value pair. It
1/
,must always end with a semicolon
10.rule: Correct In CSS, the name for a selector, property and value all
grouped together
11.inheritance: Correct The word "cascading" in CSS refers to this concept
12.External, embedded, inline: Correct The cascading order of CSS style
sheets, ordered from lowest priority to highest
13.rel, type, href: Correct Linking to a CSS file requires these attributes in
the link element
14.style: Correct Embedded CSS should be placed in a block defined by thi
element
15.style: Correct Inline CSS should be placed in an attribute with this name
16.document flow: Correct 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: Correct These are not used when defining inline CSS styles
18.clear: Correct Use this CSS property to avoid having floating
elements before/after another element
19.static: Correct In CSS, the "normal, or default", position of block
elements within a page
2/
, 20.relative: Correct In CSS, positioning a block element relative to another
element
21.absolute: Correct In CSS, this causes the element to appear to float
above the docu- ment and can be positioned as needed. It is
completely removed from the rest of the page flow.
22.fixed: Correct In CSS, this causes the element to remain in the same
position when the page is scrolled
23.inherit: Correct In CSS, this causes the element to inherit its parent's
position
24.padding: Correct In the box model, this is the space between the
content and the border
25.margin: Correct In the box model, this is the space between the border
and surrounding elements
3/
1. HTML5, CSS, JavaScript: Correct The web development trifecta
2. main: Correct 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: Correct These elements can also be included in
article, aside, nav, main, and section elements, not just on the page
itself
4. source: Correct This element identifies the file(s) to use in a video or
audio element
5. style guide: Correct A set of standards for the writing and/or design of
documents
6. IE9: Correct This version of IE is the first to support HTML5
7. Add them via JS, make them block via CSS: Correct What should you do
to support HTML5 elements in pre-IE9 browsers.
8. selector: Correct The term for the part of CSS code that refers to the
element you want to style
9. declaration: Correct In CSS, the term for a property and value pair. It
1/
,must always end with a semicolon
10.rule: Correct In CSS, the name for a selector, property and value all
grouped together
11.inheritance: Correct The word "cascading" in CSS refers to this concept
12.External, embedded, inline: Correct The cascading order of CSS style
sheets, ordered from lowest priority to highest
13.rel, type, href: Correct Linking to a CSS file requires these attributes in
the link element
14.style: Correct Embedded CSS should be placed in a block defined by thi
element
15.style: Correct Inline CSS should be placed in an attribute with this name
16.document flow: Correct 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: Correct These are not used when defining inline CSS styles
18.clear: Correct Use this CSS property to avoid having floating
elements before/after another element
19.static: Correct In CSS, the "normal, or default", position of block
elements within a page
2/
, 20.relative: Correct In CSS, positioning a block element relative to another
element
21.absolute: Correct In CSS, this causes the element to appear to float
above the docu- ment and can be positioned as needed. It is
completely removed from the rest of the page flow.
22.fixed: Correct In CSS, this causes the element to remain in the same
position when the page is scrolled
23.inherit: Correct In CSS, this causes the element to inherit its parent's
position
24.padding: Correct In the box model, this is the space between the
content and the border
25.margin: Correct In the box model, this is the space between the border
and surrounding elements
3/