Instance
Syntax
1 |
<!DOCTYPE html>
|
2 |
<html lang="en"> |
3 |
<head>
|
4 |
<title>My Favourite Meals</title> |
5 |
</head>
|
6 |
<physique>
|
7 |
<h1>My Favourite Meals</h1> |
8 |
<p>Eu non fugiat sunt cupidatat consequat. Dolore nostrud id tempor aute pariatur sit veniam pariatur velit voluptate voluptate excepteur reprehenderit.</p> |
9 |
</physique>
|
10 |
</html>
|
Browser Help
The html
component is supported in all fashionable browsers. Learn extra on caniuse.com.
Attributes
An html
component helps World Attributes in HTML. World Attributes are widespread to all HTML parts and can be utilized on all of them (although they could not have a lot of an impact on a few of them).
Extra attributes:
-
manifest
: Specifies the URI of a useful resource manifest indicating assets that ought to be cached domestically. -
model
: Specifies the model of the HTML Doc Sort Definition that governs the present doc. This attribute will not be needed. -
xmlns
: Specifies the XML Namespace of the doc. The default worth is"https://www.w3.org/1999/xhtml"
.
Don’t Overlook the lang
Attribute
The HTML lang
attribute ought to all the time be included on an internet web page’s <html>
component. It’s used to specify the language of textual content content material throughout the doc. This helps search engines like google ship search ends in the right language, and helps display readers change language profiles for proper accents and pronunciation.
Within the syntax instance above you’ll see <html lang="en">
which makes use of the two-letter ISO code for English because the language.
Failing to incorporate the lang
attribute on the opening html
tag will set off a warning when validating the doc.
Content material
The html
content material mannequin is proscribed and solely incorporates assist for the head
and physique
parts.