| Tags: < title > The syntax < TITLE > < /TITLE> appears between the head tags. It is what the browsers will display as the page title in the top left of the browser tool bar as well as in a browsers Bookmark. The Title should be short and represent the contents of the page. The title will be used by the search engines as a link to your page.
SAMPLE:
< HTML >
< HEAD >
< TITLE >Learn about the title tag.< /TITLE >
< /HEAD >
< BODY >
< /BODY >
< /HTML >
|

|