repo.or.cz
/
elinks.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge with git+ssh://pasky.or.cz/srv/git/elinks.git
[elinks.git]
/
test
/
underline.html
blob
0d852721c57773b76421d9b5d6a2dd492f1ae85c
1
<html>
2
<body
bgcolor=white
>
3
<center>
UNDERLINE TESTS
</center>
4
<br>
TEST_1:
<br>
5
<u>
test underline
</u>
6
<br>
TEST_2:
<br>
7
<u>
test
<br>
underline
<br>
with br
</u>
8
<br>
TEST_3:
<br>
9
<pre>
10
<u>
test
11
underline
12
in pre
</u>
13
</pre>
14
<br>
TEST_4:
<br>
15
<u><a
href
=
""
>
test url1
</a>
<a
href
=
""
>
test url2
</a></u>
16
<br>
TEST_5:
<br>
17
<table
width=
50
>
18
<tr><td><u>
test underline in a table test underline in a table
</u></td></tr>
19
</table>
20
</body>
21
</html>