InterviewSolution
Saved Bookmarks
| 1. |
Which of the following CSS property determines how overflowed content that is not displayed is signaled to the users?(a) text-flow(b) text-underflow(c) text-overflow(d) none of the mentionedI had been asked this question in semester exam.This key question is from CSS Text topic in portion CSS Text, Borders and Images of CSS |
|
Answer» CORRECT CHOICE is (C) text-overflow The EXPLANATION is: Self-explainatory. |
|