0% found this document useful (0 votes)
45 views1 page

Head

The <head> element contains metadata about an HTML document and is placed between the <html> and <body> tags. Metadata such as the <title>, <style>, <meta>, <link>, and <script> tags provide the document title, character set, styles, links to other pages, and scripts but are not displayed on the page.

Uploaded by

Alex Mociran
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
45 views1 page

Head

The <head> element contains metadata about an HTML document and is placed between the <html> and <body> tags. Metadata such as the <title>, <style>, <meta>, <link>, and <script> tags provide the document title, character set, styles, links to other pages, and scripts but are not displayed on the page.

Uploaded by

Alex Mociran
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

The HTML <head> Element

The <head> element is a container for metadata (data about data) and is
placed between the <html> tag and the <body> tag.
HTML metadata is data about the HTML document. Metadata is not displayed.
Metadata typically define the document title, character set, styles, links, scripts,
and other meta information.
The following tags describe metadata: <title>, <style>, <meta>, <link>,
<script>, and <base>.

You might also like