Page Title HTML
Page Title HTML
❮ PreviousNext ❯
Every web page should have a page title to describe the meaning of the
page.
Example
<!DOCTYPE html>
<html>
<head>
<title>HTML Tutorial</title>
</head>
<body>
</body>
</html>
The page title is very important for search engine optimization (SEO). The text is
used by search engine algorithms to decide the order when listing pages in
search results.
For a complete list of all available HTML tags, visit our HTML Tag Reference.
Exercise?
In which HTML element is the page title defined?