What is the HSL color value for red displayed with the highest saturation and lightness and with 50% transparency?
Blog
For the following style rules, what is the font size of the…
For the following style rules, what is the font size of the h1 heading in pixels? body {font-size: 16px;} body > article {font-size: 0.75em;} body > article > h1 {font-size: 1.5em;}
To tile a background image in the horizontal direction only,…
To tile a background image in the horizontal direction only, use:
CSS comments are entered as:
CSS comments are entered as:
To display a table caption in the lower-corner of the table,…
To display a table caption in the lower-corner of the table, use:
Provide a style rule to place an object on the right margin…
Provide a style rule to place an object on the right margin of its container
Which of the following selectors is used to match only parag…
Which of the following selectors is used to match only paragraphs that are children of the aside element?
Which of the following styles sets the size of the left marg…
Which of the following styles sets the size of the left margin to 30 pixels?
Two table cells have adjacent borders. One cell has a 5-pixe…
Two table cells have adjacent borders. One cell has a 5-pixel-wide double border and the other cell has a 6-pixel-wide solid border. If the table borders are collapsed, what type of border will the two cells share?
Provide code for a linear gradient that moves in the directi…
Provide code for a linear gradient that moves in the direction of the lower-left corner of the element through the colors: orange, yellow, and green.