A simple HTML document, with the minimum of required tags:
The head element is a container for all the head elements. Elements inside <head> can include scripts, instruct the browser where to find style sheets, provide meta information, and more.
The Below tags can be added to the head section: <base>, <link>, <meta>, <script>, <style>, and <title>.
The <title> tag defines the title of the document, and is the only required element in the head section
The <head> tag is supported in all major browsers.
DTD indicates in which HTML 4.01/XHTML 1.0 DTD the attribute is allowed. S=Strict, T=Transitional, and F=Frameset.
The <head> tag supports the following standard attributes:
More information about Standard Attributes.
The <head> tag does not support any event attributes.
More information about Event Attributes.
Use of the <style> tag in <head>How to add style information to the <head> section.
Use of <meta> tags in <head>How to use <meta> tags to describe the document.
Your Query was successfully sent!