Skip to content

Commit bf0899a

Browse files
committed
wbr Tag
1 parent 377c76f commit bf0899a

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

HTML-wbr-tag.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="UTF-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<title>wbr Tag</title>
8+
</head>
9+
10+
<body>
11+
<p>
12+
Lorem ipsum dolor sit amet consectetur adipisicing elit. Soluta, accusamus provident! Expedita unde doloremque
13+
voluptates, 01289 <wbr>661<wbr>796 nemo omnis, impedit sapiente et minus ipsum quis nesciunt, suscipit rem in excepturi veniam laudantium!
14+
</p>
15+
</body>
16+
17+
</html>

0 commit comments

Comments
 (0)