Multiple Choice
Select the code below that uses CSS to configure an id named "example" that configures small, italic text.
A) #exampe{ font-size: small; font-weight: italic; }
B) .example { font-size: small; font-weight: italic; }
C) .example { font-size: small; font-style: italic; }
D) #example { font-size: small; font-style: italic; }
Correct Answer:

Verified
Correct Answer:
Verified
Q7: The declaration property used to set the
Q8: Select the items below that can be
Q9: CSS was first proposed as a standard
Q10: Select the code below that uses CSS
Q11: Which CSS property configures the color of
Q13: Use the _ tag to code embedded
Q14: Which CSS property configures the font typeface?<br>A)
Q15: Use the _ property to configure bold
Q16: When CSS is coded in the body
Q17: Select the code below that uses CSS