VersionW3C//DTD HTML 3.2 Final//EN
ElementTITLE
Purposetitle of document
DescriptionThis element encloses the title of a document. Since the TITLE element occurs inside the document's HEAD element, it is not considered to be part of the displayed content of the document itself. Typically, a browser will display the title of a document on its titlebar. You can have exactly one TITLE in the document. The contents of the TITLE can be any amount of text. For example:
<HEAD>
 <TITLE>
  Hello World Demonstration Document
 </TITLE>
</HEAD>
Start tagRequired <TITLE>
AttributesNONE
Content( #PCDATA )* -( SCRIPT | STYLE | META | LINK )
End tagRequired </TITLE>
Referenced in HEAD
search Search · star Market
2023-06-19 · John December · Terms © johndecember.com