Provide a style rule to horizontally center a block element… Provide a style rule to horizontally center a block element within its container with a top/bottom margin of 20 pixels. Read Details
Which of the following selectors matches an h1 heading with… Which of the following selectors matches an h1 heading with the id “topHeading”? Read Details
Which style rule will underline the last item in an ordered… Which style rule will underline the last item in an ordered list? Read Details
Provide a style rule to create a red halo effect with no sha… Provide a style rule to create a red halo effect with no shadow offset, a blur of 15 pixels and a shadow size that is 10 pixels larger than the element. Read Details
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;} Read Details
Provide the transformation to shift a page object 5 pixels t… Provide the transformation to shift a page object 5 pixels to the right and 10 pixels up. Read Details
Provide the transformation to reduce the horizontal and vert… Provide the transformation to reduce the horizontal and vertical size of an object by 50%. Read Details
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. Read Details
Which of the following displays an alert box with the messag… Which of the following displays an alert box with the message “Good Morning” if the value of the thisHour variable is less than 9? Read Details