Solved

Select the Code Below That Uses CSS to Configure an Id

Question 12

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions