Code has been added to clipboard!

HTML title Tag

Reading time 2 min
Published Jun 29, 2017
Updated Oct 2, 2019

HTML title: Main Tips

  • HTML title tag is used to name a document. It is placed in the <head> section.
  • HTML title is displayed in the title bar of your browser or the tab of the page. You can also see it in search engine results.
  • A document can only contain one <title> tag.
  • HTML <title> tag supports all global attributes.

The title Tag Explained

HTML title is an element that specifies the content of a web page. However, it is not shown as the content:

Example
<title>Page Title</title>

HTML title can only contain text and not other tags.

Note: If you forget to use or close the HTML title tag, the browser will not show the rest of the page.

Usage of title

The content of the HTML title tag can be seen in:

  • The title bar of a web browser
  • The browser tab for a page
  • The results generated by a search engine

Understanding what is a website title and how to use it correctly is very important for SEO (Search Engine Optimization).

Note: you should avoid special characters due to the risk of a wrong display. Also, try to keep titles under 60 characters, as most search engines don't display more.

Browser support

Chrome
1+
Edge
All
Firefox
1+
IE
1+
Opera
All
Safari
1+

Mobile browser support

Chrome
All
Firefox
4+
Opera
All
Safari
All
Basics
Introduction
Syntax
Editors
Basic Examples
Head Section
<!DOCTYPE>
Tags and Elements
Semantic Elements
Tags Reference
Attributes
Comments
Block and Inline Elements
Forms
Form Elements
Input
Responsive Web Design
Inline Scripts
Uniform Resource Locator
Redirect
XHTML
Geolocation
Drag and Drop
Local Storage
Web Workers
Server-Sent Events
Character Encoding
Text Formatting
Quotation and Citation Elements
Headings
Paragraphs
Links
Tables
Lists
Symbols
Space
Tab
Styles
Computer Code
Layout
Classes
Colors
Images
iframes
Audio Player
Video Player
YouTube Videos
Multimedia
Canvas
SVG
<!-- -->
<a>
<abbr>
<acronym> DEPRECATED
<address>
<applet> DEPRECATED
<article>
<aside>
<audio>
<b>
<base>
<basefont> DEPRECATED
<bdi>
<bdo>
<big> DEPRECATED
<blink> DEPRECATED
<blockquote>
<body>
<br>
<button>
<canvas>
<caption>
<center> DEPRECATED
<cite>
<code>
<col>
<colgroup>
<datalist>
<dd>
<del>
<details>
<dfn>
<dialog>
<dir> DEPRECATED
<div>
<dl>
<dt>
<em>
<embed>
<fieldset>
<figcaption>
<figure>
<font> DEPRECATED
<footer>
<form>
<frame> DEPRECATED
<frameset> DEPRECATED
<h1> – <h6>
<head>
<header>
<hr>
<html>
<i>
<iframe>
<img>
<input>
<ins>
<kbd>
<keygen> DEPRECATED
<label>
<legend>
<li>
<link>
<main>
<map>
<mark>
<menu>
<menuitem> DEPRECATED
<meta>
<meter>
<nav>
<noframes> DEPRECATED
<noscript>
<object>
<ol>
<optgroup>
<option>
<output>
<p>
<param>
<pre>
<progress>
<q>
<rp>
<rt>
<ruby>
<s>
<samp>
<script>
<section>
<select>
<small>
<source>
<span>
<strike> DEPRECATED
<strong>
<style>
<sub>
<summary>
<sup>
<table>
<tbody>
<td>
<tfoot>
<th>
<thead>
<time>
<title>
<tr>
<track>
<tt> DEPRECATED
<u>
<ul>
<var>
<video>
<wbr>