Difference between revisions of "Title (HTML element)"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) |
Karl Jones (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | In [[HTML]], '''title''' is an [[HTML element|element]] which | + | In [[HTML]], '''title''' is an [[HTML element|element]] which defines the title of the document. |
− | + | 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 19: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
- title element @ developers.mozilla.org
- title tag @ w3schools.com