HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

html

Description

The html element for HTML represents the root of an HTML document.

Syntax

HTML

<html attribute-name="attribute-value"></html>

Attributes

Global

NameValueDescription
manifestURIAddress of the document's application cache manifest (which controls caching of content for offline use)

CSS

html
{
    display: block;
}
html:focus {
    outline: none;
}

Examples

1 · CSS