ITS

Basic HTML Elements


<html> </html> These tell the browser this page is in Hypertext Markup Language.

<title> </title> Places the title of the page in the menu bar.

<head> </head> Place descriptive information between these tags.

<body> </body> Main part of the page.

<address> </address> Author's name and address.


To the HTML Tags Page.
To the "Starting a Web Page" Page.