Changing text size using HTML Header Tags

(h1-h6)

Ref. - Web site discussing header tags: http://www.netmechanic.com/news/vol4/html_no9.htm

Use HEADER tags (h1-h6) on a word and see how the size changes. Be sure to use an ending tag with each Header tag (</h1>, etc.). As an example, to make the word BIG actually big, you could use the <h1>BIG</h1> tags to produce

BIG


Enter your text with corresponding HTML tags in the textarea box below. When you are ready to view results, press the View Your Efforts button. Resulting HTML will be displayed. If you need to make changes or wish to experiment, press the BACK button, make changes, then press the View Your Efforts button again. NOTE: you normally begin a web page with <html><head> and <title> tags. I have included them here for you to see how the entire page code would look. View the source code of your product to see the entire HTML document code that is produced.



<HTML>
<HEAD>
<TITLE>Using HTML Header Tags</TITLE>
</HEAD>
<BODY>
Type your HTML code in the text box.

</BODY>
</HTML>

  


[back to lesson 6]