HTML title tag - HTML head label - HTML skeleton - Guide to HTML, XHTML Guide

Change Font Size: / / Directory List

4.2.1 HTML title tag

Title tags - on behalf of the title of HTML documents
  • Paired title is the label to <title>, </ title> end
  • Attribute
  • Trackback Address: http://www.nt22.com/xhtml-html/tag_title/

Example

  <head> <title> XHTML title label examples </ title> </ head> 

Note

  • This label can only appear in the head tag.
  • The title is usually content in the browser's title bar.
  • Browser bookmarks in the bookmark title is the name of the contents.
  • Title content can be easily search engine indexes pages.
  • From the search engine to search the contents of the title page title is often the content.
  • Title usually reflect the main content of a web page, so must remember to add:).

Skills

For example, the "About Us" page, the title written content is usually "NT22 Tutorial - About Us."

For example, the web site "Home", the contents of the title is usually written "Home - Site construction of knowledge (HTML tutorial, CSS tutorial)."

Tips: title to the content and relevance of the site itself, it is not independent.

Reference