blob: 0af2d1eb561a9cb68afa2118c7c4cee54e04c2fd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<html>
<head><title>BR element test</title></head>
<body>
Hello world<br>
This is<br><br>
a test page<br>
for<br>
the<br>
<br>
BR element!
<br><br><br><br>
Does it work?
</body>
</html>
|