RetroZilla/parser/htmlparser/tests/html/br001.html

12 lines
262 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<HTML>
<HEAD>
</HEAD>
<BODY>
There no such thing as br end tag, it should be ignored.
<BR></BR>
the output should be a single br tag
</br> no line break here.
<br> This is Different than Nav 4.0, but we decided to do this.
</BODY>
</HTML>