The HTML <head> Element
The HTML <head> Element
- Is a container for metadata (data about data) and is placed between the <html> tag and the <body> tag.
- Metadata typically define the document title, character set, styles, links, scripts, and other meta information.
- HTML metadata is data about the HTML document. Metadata is not displayed.