InterviewSolution
Saved Bookmarks
| 1. |
Define Headers In Xhtml ? |
|
Answer» XHTML provides SIX headers(h1 through h6) for specifying the relative importance of information.Header ELEMENT h1 is considered the most significant header and is rendered in a LARGER font than the other five headers. Each successive header element(H2..h6)is rendered in a progressively smaller font. XHTML provides six headers(h1 through h6) for specifying the relative importance of information.Header element h1 is considered the most significant header and is rendered in a larger font than the other five headers. Each successive header element(h2..h6)is rendered in a progressively smaller font. |
|