w3-video.com logo

HTML5 Tutorial

Home HTML5 XAMPP .htaccess Firefox Notepad++

Share it



html ... /html syntax

Syntax html

Both html tags may be omitted if the first thing inside the html element is not a comment, or if the html element is not followed by a comment.

Examples html syntax

Valid Syntaxes: 1, 2, 3, 4

Valid Syntax 1
html start, end tags present
1
2
3
4
5
6
7
8
9
<!doctype html>
<html>
<head>

<⁄head>
<body>

<⁄body>
<⁄html>
Valid Syntax 2
only html start tag present
1
2
3
4
5
6
7
8
9
<!doctype html>
<html>
<head>

<⁄head>
<body>

<⁄body>

Valid Syntax 3
only html end tag present
1
2
3
4
5
6
7
8
9
<!doctype html>

<head>

<⁄head>
<body>

<⁄body>
<⁄html>
Valid Syntax 4
html start, end tags absent
1
2
3
4
5
6
7
8
9
<!doctype html>

<head>

<⁄head>
<body>

<⁄body>

Video demonstration html element, syntax

HTML5 html syntax, Tutorial

min video details
00:10 syntax1 ok: <html>..<⁄html>
00:14 syntax2 ok: <html>..
00:19 syntax3 ok: ..
html intro html optional html occurrences html browser display html children html 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