WGU C777 OBJECTIVE ASSESSMENT 475
HIGH-YIELD RESPONSIVE DESIGN, DOM
MANIPULATION, AND WEB STANDARDS
SUMMARY 2026
◉ 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.
Answer: Add all of these up to get the full size of an element in the
box model
, ◉ element[attribute$=value].
Answer: This CSS3 selector selects every instance of a specified
element whose specified attribute ends with the specified value
◉ element[attribute*=value].
Answer: This CSS3 selector selects every instance of a specified
element whose specified attribute contains the specified substring
value
◉ element[attribute^=value].
Answer: This CSS3 selector selects every instance of a specified
element whose specified attribute begins with the specified value
◉ element:checked.
Answer: This CSS3 selector selects every checked instance of a
specified element
◉ element:disabled.
Answer: This CSS3 selector selects every disabled instance of a
specified element
◉ element:enabled.
Answer: This CSS3 selector selects every enabled instance of a
specified element
HIGH-YIELD RESPONSIVE DESIGN, DOM
MANIPULATION, AND WEB STANDARDS
SUMMARY 2026
◉ 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.
Answer: Add all of these up to get the full size of an element in the
box model
, ◉ element[attribute$=value].
Answer: This CSS3 selector selects every instance of a specified
element whose specified attribute ends with the specified value
◉ element[attribute*=value].
Answer: This CSS3 selector selects every instance of a specified
element whose specified attribute contains the specified substring
value
◉ element[attribute^=value].
Answer: This CSS3 selector selects every instance of a specified
element whose specified attribute begins with the specified value
◉ element:checked.
Answer: This CSS3 selector selects every checked instance of a
specified element
◉ element:disabled.
Answer: This CSS3 selector selects every disabled instance of a
specified element
◉ element:enabled.
Answer: This CSS3 selector selects every enabled instance of a
specified element