D276 WGU OA EXAM NEWEST 2024 / WGU D276 WEB
DEVEOPMENT FOUNDATIONS NEWEST 2024 ACTUAL
EXAM TEST BANK 320+QUESTIONS AND CORRECT
DETAILED ANSWERS (VERIFIED ANSWERS)
|ALREADY GRADED A+
Of the following, select the valid ways that we can
specify color. - correct answer✔✔Hexadecimal color
HSL color value
RGB color value
RGBA color value
Which CSS layout mode provides an efficient way to lay
out elements in a container so the elements behave
predictably when the container is resized or viewed on
different screen sizes? - correct answer✔✔flexible box or
flexbox
Which CSS shorthand property can be used to specify
flex-grow, flex-shrink, and flex-basis together. - correct
answer✔✔flex
,True or false? Positive offset-x and offset-y make the
shadow appear to the right and below the text, but
negative values make the shadow appear to the left and
above the text. - correct answer✔✔true
True or false? The CSS property appearance is used to
control a widget appearance based on the operating
system theme. Setting appearance to none hides the
widget. - correct answer✔✔true
Which CSS selector selects only checkboxes that are
checked? - correct
answer✔✔input[type=checkbox]:checked
What do we call a set of extensions to CSS that allow
properties to use variables, arithmetic, and functions? -
correct answer✔✔SassScript
True or false? Phone numbers and addresses are typically
of equal importance to desktop and mobile website
users. - correct answer✔✔false
,Which media query matches a 320px wide viewport
whose width is larger than the viewport's height? -
correct answer✔✔@media screen and (min-
width:320px) and (orientation:landscape){...}
What is the rules view? - correct answer✔✔a devtools
view where you should be able to see the CSS properties
and values applied to an HTML element
What are the three (3) components of the debugging
process? - correct answer✔✔find it, fix it, identify it
What is a difference between HTML and the DOM? -
correct answer✔✔when the DOM is manipulated using
devtools, the HTML source code does not change
How many heading element tags are there? - correct
answer✔✔6
, True or false? A boolean attribute is false when present
and true when absent. - correct answer✔✔false
Which of the following is the definition of a CSS
declaration BLOCK? - correct answer✔✔One or more
declarations separated by semicolons (;)
True or false: An inline style uses curly braces ({}). -
correct answer✔✔false
What is the proper syntax to use a CSS variable called --
section-color? - correct answer✔✔color: var(--section-
color);
Which CSS layout mode divides a web page into a
rectangular grid in which to position page elements? -
correct answer✔✔grid layout
What is an element that has the CSS property display set
to grid to create a block-level container or inline-grid to
DEVEOPMENT FOUNDATIONS NEWEST 2024 ACTUAL
EXAM TEST BANK 320+QUESTIONS AND CORRECT
DETAILED ANSWERS (VERIFIED ANSWERS)
|ALREADY GRADED A+
Of the following, select the valid ways that we can
specify color. - correct answer✔✔Hexadecimal color
HSL color value
RGB color value
RGBA color value
Which CSS layout mode provides an efficient way to lay
out elements in a container so the elements behave
predictably when the container is resized or viewed on
different screen sizes? - correct answer✔✔flexible box or
flexbox
Which CSS shorthand property can be used to specify
flex-grow, flex-shrink, and flex-basis together. - correct
answer✔✔flex
,True or false? Positive offset-x and offset-y make the
shadow appear to the right and below the text, but
negative values make the shadow appear to the left and
above the text. - correct answer✔✔true
True or false? The CSS property appearance is used to
control a widget appearance based on the operating
system theme. Setting appearance to none hides the
widget. - correct answer✔✔true
Which CSS selector selects only checkboxes that are
checked? - correct
answer✔✔input[type=checkbox]:checked
What do we call a set of extensions to CSS that allow
properties to use variables, arithmetic, and functions? -
correct answer✔✔SassScript
True or false? Phone numbers and addresses are typically
of equal importance to desktop and mobile website
users. - correct answer✔✔false
,Which media query matches a 320px wide viewport
whose width is larger than the viewport's height? -
correct answer✔✔@media screen and (min-
width:320px) and (orientation:landscape){...}
What is the rules view? - correct answer✔✔a devtools
view where you should be able to see the CSS properties
and values applied to an HTML element
What are the three (3) components of the debugging
process? - correct answer✔✔find it, fix it, identify it
What is a difference between HTML and the DOM? -
correct answer✔✔when the DOM is manipulated using
devtools, the HTML source code does not change
How many heading element tags are there? - correct
answer✔✔6
, True or false? A boolean attribute is false when present
and true when absent. - correct answer✔✔false
Which of the following is the definition of a CSS
declaration BLOCK? - correct answer✔✔One or more
declarations separated by semicolons (;)
True or false: An inline style uses curly braces ({}). -
correct answer✔✔false
What is the proper syntax to use a CSS variable called --
section-color? - correct answer✔✔color: var(--section-
color);
Which CSS layout mode divides a web page into a
rectangular grid in which to position page elements? -
correct answer✔✔grid layout
What is an element that has the CSS property display set
to grid to create a block-level container or inline-grid to