All HTML documents require three tags to run properly. These tags are the <HTML>, <HEAD>, and <BODY> tags. Note that they are all capital letters. HTML is not a case sensitive language, so it is not neccessary to use capital letters. However, for organization and less confusion, this tutorial will display them in all capital letters.
To start writing your HTML document, you need to first have either Internet Explorer or Netscape Navigator to interpret your script.
Note: It is wise to have both. These are the two main browsers on the market today and therefore, people will mostly see them with these. Depending on the way you write your HTML scripts, browsers will interpret
them differently. This tutorial is designed to teach you the most diverse HTML commands.
So let's start your first HTML document.