Version-//W3C//DTD HTML 4.01//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 tagOptional <HEAD>
Attributes
NameTypeDefaultComment
dir( ltr | rtl )#IMPLIEDdirection for weak/neutral text; lang, dir
lang NAME #IMPLIEDlanguage code as RFC1766; language code
profile CDATA #IMPLIEDUniform Resource Identifier as per RFC2396; a Uniform Resource Locator (URL) is a URI; named dictionary of meta info
Content( TITLE & BASE ? ) +( SCRIPT | STYLE | META | LINK | OBJECT )
End tagOptional </HEAD>
Referenced in HTML
search Search · star Market
2023-06-19 · John December · Terms © johndecember.com