Difference between revisions of "Title (HTML element)"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
 
Line 1: Line 1:
In [[HTML]], '''title''' is an [[HTML element|element]] which specifies the page title.
+
In [[HTML]], '''title''' is an [[HTML element|element]] which defines the title of the document.
  
== Description ==
+
It must appear inside the [[head (HTML element)|head element]].
 +
 
 +
It can only contain text.  Any contained tags are ignored.
  
 
The page title is displayed in browser title bars, browser tabs, browser shortcuts, browser bookmarks, search engine results, and other locations.
 
The page title is displayed in browser title bars, browser tabs, browser shortcuts, browser bookmarks, search engine results, and other locations.

Latest revision as of 20:04, 20 August 2016

In HTML, title is an element which defines the title of the document.

It must appear inside the head element.

It can only contain text. Any contained tags are ignored.

The page title is displayed in browser title bars, browser tabs, browser shortcuts, browser bookmarks, search engine results, and other locations.

See also

External links