Version-//W3C//DTD XHTML 1.0 Transitional//EN
Elementtitle
Purposedocument title
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>
Attributes
NameTypeDefaultComment
dir( ltr | rtl )#IMPLIEDdirection for weak/neutral text
idID#IMPLIED
langNMTOKEN#IMPLIEDlanguage code (backwards compatible); language code as RFC3066
xml:langNMTOKEN#IMPLIEDlanguage code (as per XML 1.0 spec); language code as RFC3066
Content( #PCDATA )
End tagRequired </title>
Referenced in head
search Search · star Market
2023-06-19 · John December · Terms © johndecember.com