The <HEAD> tag contains header information about the document, including its title, scripts used, style definition and document description.The HEAD container is placed within the HTML container, i.e. between <html> and </html> tags.
Example:-
<html> <head> Header information </head> </html>
This tag has no attributes.It only contains the TITLE container within itself,which is described below.