The HTML Elements reference.

"title" - html element

  • This element encloses the title of an HTML document.
  • Starttag <title> is Required and endtag </title> is Required
  • Each document must have exactly one TITLE within the header section ('head' ).
  • Browsers that support the title - element : Internet Explorer Mozilla Firefox Opera Google Chrome Apple Safari
Element "title" example:
<html>
  <head>
    <title>This is a Title</title>
  </head>
  <body >
Each document must have exactly one
TITLE within the header section (HEAD). 
   </body>
</html>


Attributes:
dir , lang

Attribute "dir" value(s): ltr or rtl
  • Specifies the base direction of directionally neutral text in an element's content and attribute values. It also specifies the directionality of tables.
Possible attribute, dir, values for this element:
Attribute value description
ltr Left-to-right text or table.
rtl Right-to-left text or table.



© 2010 by Finnesand Data. All rights reserved.
This site aims to provide FREE programming training and technics.
Finnesand Data as site owner gives no warranty for the correctness in the pages or source codes.
The risk of using this web-site pages or any program codes from this website is entirely at the individual user.