D276 Web Development Foundations-
Questions and Answers Verified 100% Correct
To create a CSS animation, which two (2) CSS properties must be defined? -
✔✔animation-duration
animation-name
True or false? If animation-duration is assigned the value 0s, the animation occurs very
quickly. - ✔✔False
Which CSS property controls the speed of an animation between keyframes? -
✔✔animation-timing-function
Of the following, select all valid selector types used in CSS. - ✔✔class
descendant
element
id
pseudo-class
True or false? An HTML tag class attribute specifies the classes to which the tag belongs, with
each class name separated by a comma (,). - ✔✔False
, Of the following, select all valid pseudo-class selector examples. - ✔✔:empty
:enabled
:hover
:lang(language)
Which of the following is known as the CSS universal selector? - ✔✔*
Select the selector name that correctly matches the CSS selector used.
.hidden{
background-color: yellow;
} - ✔✔class
What is a selector called that includes a comma-delimited list of selectors at the beginning of
one CSS rule? - ✔✔multiple selector
The child selector, specified by using what symbol between two selectors, matches
any elements where the second element is a direct child of the first element? -
✔✔>
Of the following, select all selectors known as combinators. - ✔✔adjacent sibling
child
descendant
general sibling
What does the CSS color property control? - ✔✔text color
Of the following, select the valid ways that we can specify color. - ✔✔Hexadecimal color
HSL color value
Questions and Answers Verified 100% Correct
To create a CSS animation, which two (2) CSS properties must be defined? -
✔✔animation-duration
animation-name
True or false? If animation-duration is assigned the value 0s, the animation occurs very
quickly. - ✔✔False
Which CSS property controls the speed of an animation between keyframes? -
✔✔animation-timing-function
Of the following, select all valid selector types used in CSS. - ✔✔class
descendant
element
id
pseudo-class
True or false? An HTML tag class attribute specifies the classes to which the tag belongs, with
each class name separated by a comma (,). - ✔✔False
, Of the following, select all valid pseudo-class selector examples. - ✔✔:empty
:enabled
:hover
:lang(language)
Which of the following is known as the CSS universal selector? - ✔✔*
Select the selector name that correctly matches the CSS selector used.
.hidden{
background-color: yellow;
} - ✔✔class
What is a selector called that includes a comma-delimited list of selectors at the beginning of
one CSS rule? - ✔✔multiple selector
The child selector, specified by using what symbol between two selectors, matches
any elements where the second element is a direct child of the first element? -
✔✔>
Of the following, select all selectors known as combinators. - ✔✔adjacent sibling
child
descendant
general sibling
What does the CSS color property control? - ✔✔text color
Of the following, select the valid ways that we can specify color. - ✔✔Hexadecimal color
HSL color value