RetroZilla/parser/htmlparser/tests/html/br001.html
2015-10-20 23:03:22 -04:00

12 lines
262 B
HTML

<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>