The The Note: You should always include the lang attribute inside the |
Example:
HTML
<!DOCTYPE html>
<html lang="en">
<head>
<title>Title of the document</title>
</head>
<body>
<h1>This is a heading</h1>
<p>This is a paragraph.</p>
</body>
</html>
Attribute | Value | Description |
---|---|---|
xmlns | http://www.w3.org/1999/xhtml | Specifies the XML namespace attribute (If you need your content to conform to XHTML) |
Example:
HTML
<style>
html {
display: block;
}
html:focus {
outline: none;
}
</style>
How to create HTML <html> Tag | HTML Tag |
Which browser will support for HTML <html> Tag | HTML Tag |
Attributes for HTML <html> Tag | HTML Tag |
How to set Default CSS Settings for HTML <html> Tag | HTML Tag |
Read Full:: | HTML Tag |
Category: | Web Tutorial |
Sub Category: | HTML Tag |
Uploaded: | 7 months ago |
Uploaded by: | Admin |
Views: | 4 |
Ref on: | View |