HTML tutorial

Formatting Text

In HTML there are 6 different levels of headings. H1 is the most important going down to H6 which is the least important. Try adding headings to your test.html file by inserting <h1>Heading 1</h1> between the <body> tags.
Every paragraph should begin with the <p> tag and end with the </p> tag to close it. Try testing this in your test.html file as well. You can add emphasis with the <em> tag and close with the </em> tag. Next we will learn about inserting images into our HTML pages.

Previous - Home - Next
html

Getting Started | Writing HTML | Formatting Text | Images | Links | Moving Forward | Contact Me

© 2005 HTMLintro.com - A free HTML tutorial, basics to web design