HTML Head Tag
Head element is contains an unordered collection of information about HTML document.
Head element is container element, it can contains
<TITLE> tag
<BASE>tag
< META> tag
<LINK>tag
< SCRIPT>tag
< STYLE> tag
The Head tags do not directly affect the look of the web page when it is displayed .
Syntax
The html head tag start with <HEAD> and close with </HEAD>
Example for HTML HEAD TAG
<HTML>
</HEAD>
Document Include Here
</HEAD>
</HTML>