Document content...... ```"> Document Title Document content...... ```" />
Easy Tutorial
❮ Att Table Rules Att Input Autocomplete ❯

HTML <title> Tag

Example

Define a title for your HTML document:

<html>
<head>
<meta charset="utf-8">
<title>Document Title</title>
</head>

<body>
Document content......
</body>

</html>

Browser Support

All major browsers support the <title> tag.


Tag Definition and Usage

The <title> tag defines the title of the document, which is required in all HTML documents.

The <title> element:


Tips and Notes

Note: There cannot be more than one <title> element in an HTML document.

Tip: If you omit the <title> tag, the document is invalid as HTML.


Differences Between HTML 4.01 and HTML5

None.


Global Attributes

The <title> tag supports HTML's global attributes.


Related Articles

HTML Tutorial: HTML Head

❮ Att Table Rules Att Input Autocomplete ❯