title
The title element is not considered part of the flow of text. It should be displayed, for example as the page header or window title. Exactly one title is required per document.
Element information
Namespace: http://www.w3.org/1999/xhtml
Schema document: xhtml1-strict.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- Any text (mixed) content
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
lang | [0..1] | LanguageCode | from group i18n | |
xml:lang | [0..1] | Anonymous | denotes an attribute whose value is a language code for the natural language of the content of any element; its value is inherited. | from group i18n |
dir | [0..1] | Anonymous | from group i18n | |
id | [0..1] | xsd:ID |
Used in
Sample instance
<title> <--any elements or text--> </title>