![]() |
| IE | FF | Op | Saf |
|---|---|---|---|
| Full | Full | Full | Full |
The HTML part of a html page contains the HTML document. The HTML document is made up by a head followed by a body or frameset.
In XHTML the xlmns attribute is required.
Head, body or frameset elements.
| Attribute | Description |
| version = HTML version | HTML version, deprecated. Use DOCTYPE instead. |
| lang: language code | The language code of the document. For example "en" for english. |
| dir |
Direction of text.
|
| xlmns | Defines a XML namespace. |
<html xmlns="http://www.w3.org/1999/xhtml"> <head>
...
</head> <body>
...
</body></html>
Comments