WGU C777 OBJECTIVE ASSESSMENT 2026
HTML CSS JAVASCRIPT HIGH-YIELD
CONCEPTS AND PRACTICE QUESTION SET
◉ rule.
Answer: In CSS, the name for a selector, property and value all
grouped together
◉ inheritance.
Answer: The word "cascading" in CSS refers to this concept
◉ External, embedded, inline.
Answer: The cascading order of CSS style sheets, ordered from
lowest priority to highest
◉ rel, type, href.
Answer: Linking to a CSS file requires these attributes in the link
element
◉ style.
Answer: Embedded CSS should be placed in a block defined by this
element
,◉ style.
Answer: Inline CSS should be placed in an attribute with this name
◉ 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?
◉ curly braces.
Answer: These are not used when defining inline CSS styles
◉ clear.
Answer: Use this CSS property to avoid having floating elements
before/after another element
◉ static.
Answer: In CSS, the "normal, or default", position of block elements
within a page
◉ relative.
Answer: In CSS, positioning a block element relative to another
element
, ◉ 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.
◉ fixed.
Answer: In CSS, this causes the element to remain in the same
position when the page is scrolled
◉ inherit.
Answer: In CSS, this causes the element to inherit its parent's
position
◉ padding.
Answer: In the box model, this is the space between the content and
the border
◉ margin.
Answer: In the box model, this is the space between the border and
surrounding elements
◉ content, padding, border, and margin.
HTML CSS JAVASCRIPT HIGH-YIELD
CONCEPTS AND PRACTICE QUESTION SET
◉ rule.
Answer: In CSS, the name for a selector, property and value all
grouped together
◉ inheritance.
Answer: The word "cascading" in CSS refers to this concept
◉ External, embedded, inline.
Answer: The cascading order of CSS style sheets, ordered from
lowest priority to highest
◉ rel, type, href.
Answer: Linking to a CSS file requires these attributes in the link
element
◉ style.
Answer: Embedded CSS should be placed in a block defined by this
element
,◉ style.
Answer: Inline CSS should be placed in an attribute with this name
◉ 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?
◉ curly braces.
Answer: These are not used when defining inline CSS styles
◉ clear.
Answer: Use this CSS property to avoid having floating elements
before/after another element
◉ static.
Answer: In CSS, the "normal, or default", position of block elements
within a page
◉ relative.
Answer: In CSS, positioning a block element relative to another
element
, ◉ 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.
◉ fixed.
Answer: In CSS, this causes the element to remain in the same
position when the page is scrolled
◉ inherit.
Answer: In CSS, this causes the element to inherit its parent's
position
◉ padding.
Answer: In the box model, this is the space between the content and
the border
◉ margin.
Answer: In the box model, this is the space between the border and
surrounding elements
◉ content, padding, border, and margin.