The Title Tag

ken's picture

Opening tag : <TITLE>
Closing tag: </TITLE>

Purpose:
The title tags applies a title to a webpage. The title appears on the title of the browser window, and is used as a factor by search engine spiders. The title tags have to appear within the header section of the site.

Attributes:
Dir=direction
- Useful for languages which should be read from right to left.

Lang=language
- Specifies the language of the title text.

Example:

<Head>
<Title>Webguruguide.com</Title>
</Head>

Related Tags:

<Body></Body> - Body Tag.
<Head></Head> - Head Tag.
<Html></Html> - Html Tag.

Back to:
Alphabetical Guide
Guide By Type