The <head> element is a container for metadata (data about data). Metadata is not displayed. The <head> element is placed between the <html> tag and the <body> tag.
<title> - Page title in browser tab<meta> - Charset, viewport, description<link> - External CSS files<style> - Internal CSS<script> - JavaScript<base> - Base URL for relative linksEdit the code below and click Run to see the result live.