w3-video.com logo

HTML5 Tutorial

Home HTML5 XAMPP .htaccess Firefox Notepad++

Share it



br syntax

Syntax br

Example br void element

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

<br>

</body>
</html>

Video demonstration br element, syntax

HTML5 br syntax, Tutorial

min video details
00:07 adding the br element in page
00:13syntax:

- has only the start tag: <br>
- no end tag
- no content
(void element)
br intro br optional br browser display br parents