Html
Tutorial
Introduction
These pages will show you how to make web pages using
Microsoft Internet Explorer and Netscape. You don't need any other
software.
Web pages are written using HyperText Markup
Language (HTML) which is easy to write. You use ordinary text, with a few special code words enclosed in <
tags >
You can write HTML code using a simple text editor,
Notepad, which comes free with operating systems. Other Html editors are
Edit plus Plus, Frontpage, Claris Homepage.
Step 1.
1) Make a new folder called HTMLwork somewhere
on your hard drive
2) Open a new Notepad document
3) Type in the following exactly as
written
< HTML >
< HEAD > My
Title
< /HEAD >
< BODY >
Body contents
< /BODY >