diff options
Diffstat (limited to 'old/test/tables/t.html')
-rw-r--r-- | old/test/tables/t.html | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/old/test/tables/t.html b/old/test/tables/t.html new file mode 100644 index 0000000..27c9690 --- /dev/null +++ b/old/test/tables/t.html @@ -0,0 +1,27 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> + +<head> <title>Achieved Goals</title> </head> + +<body> + +<table border='1'> + <tr> + <td> + <table border=1> + <tr><td>w1 + </table> + </td> +</table> + +<br> +<table border='1'> <tr><td>w1 </table> + +1<b>2</b>3 <br> +1 <b>2</b> 3 <br> +1<i><b> 2 </b></i>3 <br> +1 <i><b> 2 </b></i> 3 <br> + +</body> +</html> + |