InterviewSolution
Saved Bookmarks
| 1. |
Which of the following property specifies what line decorations, if any, are added to the text?(a) text-decoration-line(b) text-line-decoration(c) text-decoration-style(d) text-style-decorationThe question was posed to me in semester exam.Asked question is from Styling Texts topic in section CSS Text, Borders and Images of CSS |
|
Answer» RIGHT CHOICE is (a) text-decoration-line To ELABORATE: Self-explainatory. |
|