w3-video.com logo

HTML5 Tutorial

Home HTML5 XAMPP .htaccess Firefox Notepad++

Share it



html ... /html, occurrences on page

Only 1 html element is allowed per HTML5 document, right after the doctype declaration.

Examples:

Valid Syntax
(1 html element present)
1
2
3
4
5
6
7
8
9
<!doctype html>
<html>
<head>

<⁄head>
<body>

<⁄body>
<⁄html>
Invalid Syntax
(2 html elements present)
1
2
3
4
5
6
7
8
9
10
11
<!doctype html>
<html>
<head>

<⁄head>
<body>

<⁄body>
<⁄html>
<html>
<⁄html>
html intro html optional html browser display html children html syntaxhtml manifest attribute introappcache CACHE sectionappcache NETWORK sectionappcache FALLBACK sectionappcache ADVANTAGESappcache DISADVANTAGEappcache fixes: 1aappcache fixes: 1bappcache fixes: 2aappcache fixes: 2bappcache fixes: 2cappcache fixes: 3html class attributehtml contenteditable attributehtml contextmenu attributehtml dir attributehtml hidden attributehtml id attributehtml lang attributehtml spellcheck attributehtml style attributehtml title attributehtml translate attribute