The HTML Elements reference.

"html" - html element

  • The HTML element defines with the starttag and endtag of an entire web document.
  • Starttag <html> is Optional and endtag </html> is Optional
  • Browsers that support the html - element : Internet Explorer Mozilla Firefox Opera Google Chrome Apple Safari

Attributes:
dir , lang , version (deprecated)

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.