Choose wisely young padawan

title

The title element uses plain language to convey to prospective readers what the composition is about.

The title is rendered by the browser in its titlebar or its window tab. The title is used in search engine results as the identifying text for the document.

This element may only appear within the document's "head". To have a title appear within the body of the composition, use an h1 element instead.

Example

html {
head {
title Just Beyond the Thorny Divide
}
body {
h1 Just Beyond the Thorny Divide
p How I learned to stop worrying and embrace CORS.
}
}
The title element

Ancestor

head
The head element comprises subordinate elements for the purpose of describing the document, its context, and its dependencies.

0

semantax > document > titleChoose wisely young padawan

🔗 🔎