To make a HTML page with an HTML header like this:

Use a simple text editor and write this:

<html>
<body>

<h1>My First Header</h1>
<hr />

</body>
</html>

Try It On Your Computer

If you are using Windows, you can try this on your own computer.

Start Notepad for Windows and type in the HTML code above.

Select "Save As" from the File menu and save the text as "myfirst_html.htm" to your desktop.

Double-click on the "myfirst_html.htm" file to view it in your browser.

For Mac Users

Start TextEdit and change the following preferences: Select (in the preferences window) "Plain text" instead of "Rich text" and then select "Ignore rich text commands in HTML files". This is very important because if you don't do this, HTML codes probably won't work.

Type in the HTML code above. Save the text as "myfirst_html.htm" to your desktop.

Double-click on the "myfirst_html.htm" file to view it in your browser.

Go to Step 2....

 

:: Home
:: Contact
 
:: HTML Intro
:: HTML Toturial
:: CSS Intro
:: CSS Tutorial
 
Partners