Web Development HTML Guide - Learn HTML
Developer Tutorials
ASP
CGI & Perl
CSS
Flash
HTML
Java
JavaScript
Linux
MySQL
PHP
Photoshop
Python
Wireless
XML



Developer Manuals
Learn HTML
Learn PHP
Learn MySQL
Learn CSS
Learn Pear


Developer Scripts
ASP Scripts
ASP.NET Scripts
CGI & Perl Scripts
Flash Scripts
Java Scripts
JavaScript Scripts
PHP Scripts
Python Scripts
Remotely Hosted Scripts
Tools & Utilities Scripts
XML Scripts

Developer Resources
Developer Tools
Developer News
Developer Forums
Developer Content
Developer Book Reviews
Survey Software

Web Hosting Directory
Budget Web Hosting
ColdFusion Hosting
Dedicated Servers
Domain Hosting
E-Commerce Hosting
Email Hosting
Free Web Hosting
Linux Web Hosting
Managed Hosting
Reseller Hosting
Small Business Hosting
Windows Web Hosting

<TITLE>

Usage Recommendation
thumbs up use it

<TITLE> states the title of the document. <TITLE> always goes in the <HEAD> section.

this code produces this
<HTML>
<HEAD>
<TITLE>My Home Page</TITLE>
</HEAD>

<BODY>
Hi There!
</BODY>
</HTML>
this page

Most browsers show the title of the page at the top of the windowThe text inside <TITLE> is not displayed in the document. However, most browsers will display the title at the top of the window.

Don't confuse <TITLE> with headers. Although it is common to put the same text in <TITLE> as in <H1 ...>, so that the "title" is the first thing on the page, they are two separate tags and two separate contents:

this code produces this
<HTML>
<HEAD>
<TITLE>My Home Page</TITLE>
</HEAD>

<BODY>
<H1>My Home Page</H1>
Hi There!
</BODY>

</HTML>
this page

Search engines such as AltaVista, Infoseek, and Webcrawler will use the <TITLE> content to display the title of the page when they return information about it. It makes your page look bad if they instead display "No Title".


Copyright Idocs, Inc. Written by Miko Sullivan











About the NetVisits, Inc Network | Advertise
Developer Tutorials hosted by HostGator.
Copyright ©2007 NetVisits, Inc Network. All Rights Reserved. Privacy Policy.
Visit other NetVisits, Inc. sites: