<head>
Tag: <head>
Tag?✔ The <head>
tag is an essential part of an HTML document that contains metadata and links to external resources.
✔ It does not display content directly on the webpage but helps in page setup, styling, SEO, and functionality.
<head>
Tag?The <head>
section typically includes:
<title>
) → Sets the page title (shown in the browser tab).<meta>
) → Provides metadata (charset, description, viewport, etc.).<style>
or <link>
) → Internal and external stylesheets.<script>
) → Scripts that affect the page behavior.<link rel="icon">
) → The website's icon shown in the browser tab.
<head>
Section