InterviewSolution
Saved Bookmarks
| 1. |
Which of the following sets what kind of line decorations are added to an element, such as underlines, overlines, etc?(a) text-style(b) text-decoration(c) text-line(d) text-decoration-lineThis question was addressed to me during an online interview.My query is from CSS Text in portion CSS Text, Borders and Images of CSS |
|
Answer» CORRECT ANSWER is (a) text-style The BEST EXPLANATION: Self-explainatory. |
|