limanza

tag < head > :

The header of an HTML document where information about the document is placed. You must use the title element within the head element and meta, style, script, base and link can also be used. You must use this element and it should be used just once. It must start immediately after the opening html tag and end directly before the opening body tag.

< base > , < link > , < meta > ,
< title > , < style > , < script >

example
< html >
  < head >
     < title >
This is the title of the page   </title>
 < /head <

  < body >
    ...
  < /body >

< /html >

 

Copyright 2014. All rights reserved.