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

HTML Head Element Metadata Guide

The document outlines the HTML head element, focusing on the meta tags used to define metadata about the document. It includes details on various attributes such as charset, viewport, and properties for Open Graph and Twitter cards. Additionally, it mentions http-equiv attributes for refresh and content security policies.

Uploaded by

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

HTML Head Element Metadata Guide

The document outlines the HTML head element, focusing on the meta tags used to define metadata about the document. It includes details on various attributes such as charset, viewport, and properties for Open Graph and Twitter cards. Additionally, it mentions http-equiv attributes for refresh and content security policies.

Uploaded by

Emmanuel
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

HTML > Head Element

Meta
Define metadata about the HTML document :

charset
name > content
⁃ viewport
⁃ description
⁃ robots
⁃ generator
property=“og:
⁃ title
⁃ description
⁃ image
⁃ url
⁃ type
name=“twitter:
⁃ card
⁃ title
⁃ description
⁃ image
⁃ site
http-equiv
⁃ http-equiv="refresh" content="5;url=[Link]
⁃ http-equiv="content-security-policy" content="default-src 'self'”

You might also like