This tag is used to define the tile of the web page. The title of the page is shown in the browser's title bar, in bookmarks, and in the search result.
Using <title>
to define a title for an HTML document.
<head> <title>HTML Elements Reference</title> </head>
<title></title>
<title>
is different than the heading <h1>
tag.For more information, see http://www.w3schools.com/tags/tag_title.asp
Found a bug in the documentation? Let us know at documentation@code.org