Daisy Analysis Pages Explained - Title

Back

Title is the title of the page and it will be stored in <TITLE>...</TITLE> tags, when the page is created.

This is the Title that is shown when you access a page through an Internet search engine, but is not normally shown when you display the page. Unless of course the Title is the same as the Page Title you have entered.


Shown is a simple example of a Title in a page.

  <HTML>
  ...
  <HEAD>
  <TITLE>This is the Title</TITLE>
  ...
  </HEAD>
  ...