html

The html element is the root element of the HTML document:

<html manifest></html>

Attributes

The manifest attribute links to a resource manifest that lists which files should be cached.

Description

The html element must directly follow the DOCTYPE element. This is the root element that all other elements must be descendants of.

The html element must have one head element and one body element as its children. All other elements will be inside these tags.

Here is what a simple HTML page looks like:

<!DOCTYPE html>
<html manifest="offline.appcache"><head>
</head>
<body>
    Hey
</body>
</html>
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.118.163.250