| |
| Web Hosting |
|
|
|
| |
Creating Headings |
|
| |
|
|
| |
HTML has six default headers for you to use in your page. You would use an opening tag <h1> and
closing tag </h1> to add header 1 to your page. The next five headers begin with
<h2>,<h3>,<h4>,<h5> and <h6>.I usually assign my own font size to text but have used <h1> before. You can see examples below of the headers.
Header 1 - This is header text using the <h1> tags.
Header 2 - This is header text using the <h2> tags.
Header 3 - This is header text using the <h3> tags.
Header 4 - This is header text using the <h4> tags.
Header 5 - This is header text using the <h5> tags.
Header 6 - This is header text using the <h6> tags.
|
|
| |
|
|
|