HTML Headings
Description - the H1, H2, H3, H4, H5, H6 Tags
Heading tags mark out a different levels of headings. They are number 1 to 6.
Examples
| <h1>heading1<h1> |
heading1 |
| <h2>heading2<h2> |
heading2 |
| <h3>heading3<h3> |
heading3 |
| <h4>heading4<h4> |
heading4 |
| <h5>heading5<h5> |
heading5 |
| <h6>heading6<h6> |
heading6 |
| <h6 align="center">heading6<h6> |
heading6 |
| <h6 align="right">heading6<h6> |
heading6 |
Attributes for <h1> to <h6>
| align |
center|left|right |
Align the header to the left, center or right of the page. |