Free HTML Code Reference

Basic HTML Structure

<HTML>
   <HEAD>
      ....Title and heading codes...
   </HEAD>
   <BODY>
      ....Main part of your web page...
   </BODY>
</HTML>

HTML Tag
The HTML Tag defines the file as an HTML file. There must be an open HTML tag at the beginning and a matching close HTML tag at the end of the file.
HTML Head Tag
The HTML Head Tag defines the purpose of the web page. The search engines use this information.
HTML Body Tag
The HTML Body Tag is the main structure of the web page. This is what most people see and pay attention to.