HTML <head> Tag
The <head>
part is like a box for information about information. It sits between the <html> and <body> tags.
Metadata is information about the HTML document. This data is not shown on the screen.
Metadata usually contains details like the title of the document, character set, styles, scripts, and other important information.
You can include the following things within the <head>
element: