InterviewSolution
Saved Bookmarks
| 1. |
What is the use of tag?(a) To create horizontal rule between sections(b) To create a line break(c) To create vertical rule between sections(d) For making content appearance italicsThe question was posed to me in unit test.Origin of the question is HTML5: Beyond Markup topic in section HTML Markup, Forms, Video, Audio & Other Multimedia of HTML |
|
Answer» RIGHT choice is (a) To CREATE horizontal rule between SECTIONS To elaborate: To create a break between themes-such as CHANGE of topic in a book or a new scene in a play-you can add a horizontal rule between sections using tag |
|