Required Tags
Required Tags
DescriptionThe required tags are:
<HTML>
<HEAD>
<TITLE>
<BODY>

Most often the majority of your content goes in the body section.

Below is an example of how the tags should be laid out, including their closing tags.
Code
<HTML>
<HEAD> <TITLE>My Homepage</TITLE> </HEAD>
<BODY>



</BODY>
</HTML>
Output
n/a
Practice
Advertisements