1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-15 23:35:34 +00:00
elinks/test/underline.html

22 lines
432 B
HTML
Raw Permalink Normal View History

<html>
<body bgcolor=white>
<center>UNDERLINE TESTS</center>
<br>TEST_1:<br>
<u>test underline</u>
<br>TEST_2:<br>
<u>test <br> underline <br> with br</u>
<br>TEST_3:<br>
<pre>
<u>test
underline
in pre</u>
</pre>
<br>TEST_4:<br>
<u><a href="">test url1</a>&nbsp;&nbsp;<a href="">test url2</a></u>
<br>TEST_5:<br>
<table width=50>
<tr><td><u>test underline in a table test underline in a table</u></td></tr>
</table>
</body>
</html>