Title (Head) Element Tutorial

<title>

Introductory Text

The title element is the title of a document which is displayed in browser chrome, search engine results and rendered by assistive mechanisms. It is used once per page only.

Start tag:
<title>
End tag:
</title>

Use Examples

Example [Sôle Instance]:
Code [(x)HTML]:

<!DOCTYPE html>
<html lang="en-us">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>title - Tutorial of the Title (Head) element from Structure in HTML with Web Standards</title>
<meta name="description" content="Title (Head) Element">
</head>


Content Model/Assigned Attributes

Element-Type:
Text
Attributes:

</title>