Version-//W3C//DTD XHTML 1.0 Strict//EN
Elementhead
Purposedocument head
DescriptionThis element encloses information about a document. It is unordered information and not part of the document's body. Note that you only have one head (and one body). For example:
 <head>
  <title>Basic HTML Demonstration Document</title>
  <link Rev="made" Href="mailto:john@december.com" />
  <meta Name="description" Content="Demonstrates basic features of HTML" />
  <meta Name="keywords" Content="HTML, hypertext, basics, learning, reference" />
 </head>
Start tagRequired <head>
Attributes
NameTypeDefaultComment
dir( ltr | rtl )#IMPLIEDdirection for weak/neutral text
idID#IMPLIED
langNMTOKEN#IMPLIEDlanguage code (backwards compatible); language code as RFC3066
profile CDATA #IMPLIEDUniform Resource Identifier as per RFC2396; a Uniform Resource Locator (URL) is a URI; named dictionary of meta info
xml:langNMTOKEN#IMPLIEDlanguage code (as per XML 1.0 spec); language code as RFC3066
Content( ( script | style | meta | link | object )* , (( title , ( script | style | meta | link | object )* , ( base , ( script | style | meta | link | object )* )?) | ( base , ( script | style | meta | link | object )* , ( title , ( script | style | meta | link | object )* ))))
End tagRequired </head>
Referenced in html
search Search · star Market
2023-06-19 · John December · Terms © johndecember.com