HTML Tag


HTML Tag

    The <html>&lt/html> tags are the HTML basic code for an HTML document. In fact, the web page document must have these tags to be an HTML web page, by definition.

Syntax

<HTML lang=xx dir=xxx>
  head-items
  body-items
</HTML>


Modifiers

lang=language
Defines the language of the HTML document.
dir=text direction
Direction of text. Options are ltr (left to right) or rtl (right to left).