InterviewSolution
Saved Bookmarks
| 1. |
Which of the following property sets the alignment of the last line of a text block?(a) overflow-wrap(b) text-align-last(c) text-transform(d) text-indentThis question was posed to me in semester exam.My doubt stems from Styling Texts topic in chapter CSS Text, Borders and Images of CSS |
|
Answer» RIGHT OPTION is (B) text-align-last Explanation: Self-explainatory. |
|