InterviewSolution
Saved Bookmarks
| 1. |
What should be set with text-align property so that every line has equal width like in magazines and newspapers?(a) text-align: justify(b) text-align: none(c) text-align: bottom(d) text-align: topI got this question in unit test.My question is based upon Fonts in HTML in section HTML Fonts, Tags and Elements of HTML |
|
Answer» Correct option is (a) text-align: justify |
|