InterviewSolution
Saved Bookmarks
| 1. |
Which of the following property defines the minimum number of lines in a paragraph to be left at the top of a page?(a) white-space(b) widows(c) display(d) widthI had been asked this question in unit test.This intriguing question comes from Strings and Keywords in chapter CSS Properties, Elements, Functions & Tables of CSS |
|
Answer» RIGHT choice is (B) widows To explain I would say: This PROPERTY is really only meaningful in a PAGED environment, such as print OUTPUT. |
|