The W3.org, is the authority of webpage rules and regulation.It clearly states that every html document should have a title.And there is a defined way to do this.
What we need to know basic of html title tag in a webpage
1.What title tag do
- Title tag text is showed in the address bar of all browser.
- In organic search from any search engine Google, yahoo ,Bing title tag text is shown.
- Title tag text helps visitor to find a webpage when the bookmarks it.
2.title tag html
<html>
<head>
<title>Title of the document</title>
</head>
<body>
The content of the document......
</body>
</html>
<head>
<title>Title of the document</title>
</head>
<body>
The content of the document......
</body>
</html>
3.It is recommended by the world wide web authority.
View Large |
No comments:
Post a Comment