w3-video.com logo

HTML5 Tutorial

Home HTML5 XAMPP .htaccess Firefox Notepad++

Share it



header ... ⁄header syntax

Syntax header

Examples header syntax

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

<header>
...
</header>

</body>
</html>

Video demonstration header element, syntax

HTML5 header element, syntax Tutorial

min video details
00:05 video tutorial: header element, syntax
00:09 adding header element in page
00:13 header element has:

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