HTML Page Title
HTML Page Title
HTML
CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C C++
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>
HTML
CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C C++
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.
Tutorials Exercises Services
?
Sign Up Log in
HTML
CSS JAVASCRIPT SQL
Exercise
PYTHON JAVA PHP HOW TO W3.CSS C C++
Submit Answer »
❮ Previous Next ❯
HTML
CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C C++
COLOR PICKER
PLUS SPACES
Top Tutorials
HTML Tutorial
CSS Tutorial
JavaScript Tutorial
How To Tutorial
Top References
HTML Reference
CSS Reference
JavaScript Reference
SQL Reference
Python Reference
W3.CSS Reference
Bootstrap Reference
PHP Reference
HTML Colors
Java Reference
Angular Reference
jQuery Reference
Copyright 1999-2025 by Refsnes Data. All Rights Reserved. W3Schools is Powered by W3.CSS.