Starting HTML documents

To start an HTML document

All HTML documents should have the following codes:

  

Example

<HTML>

<HEAD>

<TITLE>Your page title</TITLE>

</HEAD>

<BODY>

The main part of your Web page for public viewing.

</BODY>

</HTML>

 

Related Topics

Learning HTML

HTML tags

Setting HTML document structure