VersionW3C//DTD HTML 3.2 Final//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>
AttributesNONE
Content( TITLE & ISINDEX ? & BASE ? ) +( SCRIPT | STYLE | META | LINK )
End tagOptional </HEAD>
Referenced in HTML
search Search · star Market
2023-06-19 · John December · Terms © johndecember.com