HTML
The html element represents the root of an HTML document.
SYNTAX
HTML
<html attribute-name="attribute-value"></html>
ATTRIBUTES
NAME | VALUE | DESCRIPTION |
---|---|---|
manifest | URI | Address of the document's application cache manifest (which controls caching of content for offline use) |
CSS
html {
display: block;
}
html:focus {
outline: none;
}