InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is not set with font-style property?(a) font-style: normal(b) font-style: italic(c) font-style: oblique(d) font-style: capitalizeThe question was posed to me in unit test.My query is from Fonts in HTML in section HTML Fonts, Tags and Elements of HTML |
|
Answer» The correct choice is (d) font-style: capitalize |
|