HTML

With HTML you can create your own Web site.                

This tutorial teaches you everything about HTML.

HTML is easy to learn - You will enjoy it.

Welcome to the HTML Code Tutorial. Our goal is to provide the most helpful and complete guide to creating web pages anywhere. If you're just beginning, start learning HTML here.

Document Tags 

Document tags define the overall structure of an HTML document.

There are four tags every HTML document should have. These tags define the what type of document it is, and the major sections. These tags are <HTML>, <HEAD>, <TITLE>, and <BODY ...>. You may also wish to use the <!DOCTYPE ...> declaration under some circumstances.