HTML:Element:html
From MDC
Contents |
[edit] HTML's Root HTML Element
<html>...</html> - This element identifies an HTML or XHTML document.
[edit] Attributes
- manifest New in Firefox 3
- Specifies the URI of a resource manifest indicating resources that should be cached locally. See Offline resources in Firefox for details.
[edit] Example
<html>
<head>...</head>
<body>...</body>
</html>
[edit] Notes
Since the html element is the first in a document other than comments, it is called the root element. Although this tag can be implied, or not required, with HTML, it is required to be opened and closed in XHTML.
| HTML Elements |
| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
| (Quick Links: HTML Element Cross Reference, HTML Category) |