HTML tutorial

Writing HTML

Open your favorite text editor and copy the following:

<HTML>
<HEAD>
<TITLE>Title Goes Here</TITLE>
</HEAD>
<BODY>
Content Goes Here
</BODY>
</HTML>

Save this file as as test.html and open the file in your web browser. "Title Goes Here" should appear in the title bar of the page and "Content Goes Here" should be displayed on the page. Next we will learn how to format text.

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