Title tag is the main tag used inside head tags of the html page. Title tag
is not visible on the browser window ( display area ) but is visible at the top
of the browser.
HTML title with codes and tags descriptions for learning
this is the title tag of this page. You have to place the title inside the title tag like
this
<title>HTML title tag with examples & descriptions for learning</title>
Take your mouse to the TAB top most part of the screen you are viewing.
You will see it reads like this.
This is how it is kept inside <HEAD> tag.
<!doctype html public "-//w3c//dtd html 3.2//en">
<html>
<head>
<title>Text for title tag kept here</title>
<META NAME="DESCRIPTION" CONTENT="Text for HTML body tag">
<META NAME="KEYWORDS" CONTENT="keywor1, keyword2,body tag, html">
</head>
<body >
</body>
</html>
This is like any other html tags and have one starting and ending tag. The maximum length should be ( around ) 75 character length. The
title tag is displayed at the top of the search result of the site in many
search engines including google. Search engines like google give high importance
to this tag so the highest targeted keyword of the page is to be used in the
title tag of the page. For example if the targeted keyword for search engine
ranking is BUDGET TRAVEL then the title should contain the word BUDGET TRAVEL in
a human readable form. Keeping other two or three keywords in the title tag will
also help.
Title Tag <title>.....</title>
There can be one title tag in a page
Kept inside head area of the page and not displayed in the body of the page
Visible when user bookmark or add the page to favorite