Western Governors University D 426 WGU C777 Web
Development Applications | Questions with 100% Verified
Answers | Latest Update
Question:
HTML5, CSS, JavaScript
Answer:
The web development trifecta
Question:
main
Answer:
HTML5 tag defining the main body of a document. Cannot be the child of the header, nav, article,
aside, or footer elements.
Question:
header and footer
Answer:
These elements can also be included in article, aside, nav, main, and section elements, not just on
the page itself
Question:
source
Answer:
This element identifies the file(s) to use in a video or audio element
Question:
style guide
Answer:
A set of standards for the writing and/or design of documents
Question:
IE9
Answer:
This version of IE is the first to support HTML5
Question:
Add them via JS, make them block via CSS
, Answer:
What should you do to support HTML5 elements in pre-IE9 browsers.
Question:
selector
Answer:
The term for the part of CSS code that refers to the element you want to style
Question:
declaration
Answer:
In CSS, the term for a property and value pair. It must always end with a semicolon
Question:
rule
Answer:
In CSS, the name for a selector, property and value all grouped together
Question:
inheritance
Answer:
The word "cascading" in CSS refers to this concept
Question:
External, embedded, inline
Answer:
The cascading order of CSS style sheets, ordered from lowest priority to highest
Question:
rel, type, href
Answer:
Linking to a CSS file requires these attributes in the link element
Question:
style
Answer:
Embedded CSS should be placed in a block defined by this element
, Question:
style
Answer:
Inline CSS should be placed in an attribute with this name
Question:
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?
Question:
curly braces
Answer:
These are not used when defining inline CSS styles
Question:
clear
Answer:
Use this CSS property to avoid having floating elements before/after another element
Question:
static
Answer:
In CSS, the "normal, or default", position of block elements within a page
Question:
relative
Answer:
In CSS, positioning a block element relative to another element
Question:
absolute
Answer:
In CSS, this causes the element to appear to float above the document and can be positioned as
needed. It is completely removed from the rest of the page flow.
Question:
fixed
Development Applications | Questions with 100% Verified
Answers | Latest Update
Question:
HTML5, CSS, JavaScript
Answer:
The web development trifecta
Question:
main
Answer:
HTML5 tag defining the main body of a document. Cannot be the child of the header, nav, article,
aside, or footer elements.
Question:
header and footer
Answer:
These elements can also be included in article, aside, nav, main, and section elements, not just on
the page itself
Question:
source
Answer:
This element identifies the file(s) to use in a video or audio element
Question:
style guide
Answer:
A set of standards for the writing and/or design of documents
Question:
IE9
Answer:
This version of IE is the first to support HTML5
Question:
Add them via JS, make them block via CSS
, Answer:
What should you do to support HTML5 elements in pre-IE9 browsers.
Question:
selector
Answer:
The term for the part of CSS code that refers to the element you want to style
Question:
declaration
Answer:
In CSS, the term for a property and value pair. It must always end with a semicolon
Question:
rule
Answer:
In CSS, the name for a selector, property and value all grouped together
Question:
inheritance
Answer:
The word "cascading" in CSS refers to this concept
Question:
External, embedded, inline
Answer:
The cascading order of CSS style sheets, ordered from lowest priority to highest
Question:
rel, type, href
Answer:
Linking to a CSS file requires these attributes in the link element
Question:
style
Answer:
Embedded CSS should be placed in a block defined by this element
, Question:
style
Answer:
Inline CSS should be placed in an attribute with this name
Question:
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?
Question:
curly braces
Answer:
These are not used when defining inline CSS styles
Question:
clear
Answer:
Use this CSS property to avoid having floating elements before/after another element
Question:
static
Answer:
In CSS, the "normal, or default", position of block elements within a page
Question:
relative
Answer:
In CSS, positioning a block element relative to another element
Question:
absolute
Answer:
In CSS, this causes the element to appear to float above the document and can be positioned as
needed. It is completely removed from the rest of the page flow.
Question:
fixed