InterviewSolution
Saved Bookmarks
| 1. |
Choose the correct tag for the largest heading in HTML.(a) h6(b) heading(c) h1(d) headThis question was addressed to me in exam.This intriguing question originated from Traditional HTML and XHTML in chapter HTML Fundamentals of HTML |
|
Answer» CORRECT ANSWER is (C) h1 To explain: Headings in HTML STARTS from to
heading is the largest one and and |
|