<HTML></HTML>

Contains all of the HTML in the file. It is the first and last tag you see in that file.

 

<HEAD></HEAD>

Contains information about the document that does not display in the browser window, including the required document title.

 

<TITLE></TITLE>

Contains a descriptive title for the HTML file that displays in the browser's title bar. This title is also used by browsers for recording History, Favorites, and Bookmarks.

 

<BODY></BODY>

Contains all of the document's content. This is where text, images, and other content elements reside.

 

<HTML>

<HEAD>

<TITLE> </TITLE>

</HEAD>

<BODY>

<!-- content ** -->

</BODY>

</HTML>

HTML Segments

Every HTML document must contain the "Core 8" (4 containers) that define the document structure.
Those elements are: