w3-video.com logo

HTML5 Tutorial

Home HTML5 XAMPP .htaccess Firefox Notepad++

Share it



wbr nested within elements

Classified as: flow content, phrasing content

Parents, wbr

Children, wbr

Examples: wbr parents, wbr children

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

<p>..<wbr>..<wbr>..</p>

</body>
</html>
Invalid Syntax 2
1
2
3
4
5
6
7
8
9
10
<!doctype html>
<html>
<head>
<title>...</title>
<wbr>
</head>
<body>

</body>
</html>

Syntax 1: Valid, multiple wbr elements allowed per HTML5 document; wbr nested within p: allowed
Syntax 2: Invalid, wbr element nested within head: not allowed

wbr intro wbr browser display br vs wbr wbr syntax