InterviewSolution
Saved Bookmarks
| 1. |
Which of the following sets the mode for the overline text decoration, determining whether the text decoration affects the space characters or not?(a) text-decoration(b) text-mode-overflow(c) text-mode(d) text-overline-modeI got this question during a job interview.The above asked question is from CSS Text topic in division CSS Text, Borders and Images of CSS |
|
Answer» CORRECT ANSWER is (B) text-mode-overflow To ELABORATE: Self-explainatory. |
|