w3-video.com logo

HTML5 Tutorial

Home HTML5 XAMPP .htaccess Firefox Notepad++

Share it



body ... /body syntax, optional element

Syntax body: optional element

Examples body syntax

Valid Syntaxes: 1, 2, 3, 4

Valid Syntax 1
body 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 body start tag present
1
2
3
4
5
6
7
8
9
<!doctype html>
<html>
<head>

<⁄head>
<body>


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

<⁄head>


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

<⁄head>



<⁄html>
body intro body occurrences body browser display body parents - children