w3-video.com logo

HTML5 Tutorial

Home HTML5 XAMPP .htaccess Firefox Notepad++

Share it



footer ... ⁄footer syntax

Syntax footer

Examples footer syntax

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

<footer>
...
</footer>

</body>
</html>

Video demonstration footer element, syntax

HTML5 footer element, syntax Tutorial

min video details
00:08 video tutorial: footer element, syntax
00:09 adding footer element in page
00:12 footer element has:

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