Document Structure

<title>

Defines the document title that is shown in a browser title bar or tab.

<title>

Defines the document title that is shown in a browser title bar or tab.

Syntax

<title></title>

Example

<title class="example">Content here</title>

Notes

Semantic HTML helps screen readers and search engines understand your content.

Try It Yourself

Experiment with this element in the BrowserCode Playground.