Basic HTML Web Page Structure

<HTML>

<HEAD>
<Title>This is the Title</Title>
</HEAD>

<BODY>

...this is the document where all the stuff on your web page goes..

</BODY>

</HTML>


Back to Basic HTML Tags