Writing HTML in Notepad
When you start your Web page, you don't need a fancy program to write your HTML, all you need is a text editor like Notepad or SimpleText.

Basic Tags for a Web Site

Every Web page must have these tags.

Tags for Text
Once you've got the basic tags, you'll want to add content to your page. The paragraph and line-break tags help you format your text

Headings, Bold, and Italics
Once you have basic text on your page, you can change how it looks with these tags.

Lists

Make numbered and bulleted lists with ease.

Linking to Other Pages
Once you have your page up, you'll want to point to other pages.

Adding Images
Graphics make a Web page fun, but don't forget to upload them to your Web server (see next step).

Uploading Your Pages
Once you have a page ready for display, you'll want to upload it to a Web server.



HTML Tutorial