You work as a senior developer at ABC.com. The ABC.com network consists of a single domain
named ABC.com.
You are running a training exercise for ABC.com’s junior developers. You are currently discussing
a CSS3 property that sets or retrieves the rendering of the text in the object.
Which of the following is the property being discussed?
A.
The text-transform property
B.
The text-decoration property
C.
The text-indent property
D.
The text-shadow property
Explanation:
A, B and D seem to be all good answers. text-shadow (add shadow) and text-decoration (underline, overline, strikethrough) are valid ways to change the rendering of text. why choose text-transform as the only right answer?
Because microsoft.