HTML 2

Description

show's the function of the title tag and body tag.

Source Code

html2 <HTML>
<HEAD>
<TITLE>HTM02. Title that summarizes the document�s content</TITLE>
</HEAD>

<BODY>

All the tags, attributes, and information in the document body go here.

</BODY>
</HTML>

Output

HTM02. Title that summarizes the document�s content All the tags, attributes, and information in the document body go here.