w3-video.com logo

HTML5 Tutorial

Home HTML5 XAMPP .htaccess Firefox Notepad++

Share it



section ... ⁄section syntax

Syntax section

Examples section syntax

Valid Syntax
1
2
3
4
5
6
7
8
9
10
11
12
13
<!doctype html>
<html>
<head>
<title>...</title>
</head>
<body>

<section>
...
</section>

</body>
</html>

Video demonstration section element, syntax

HTML5 section element, syntax Tutorial

min video details
00:04 video tutorial: section element, syntax
00:10 adding section element in page
00:14 section element has:

- a start tag: <section>
- and an end tag: <⁄section>
both required!
section intro section browser display section parents - children