RetroZilla/parser/htmlparser/tests/html/Table_illegal_2.html

42 lines
875 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<html>
<head>
<title> Bad Content </title>
</head>
<style>
body { color:blue; }
table {
border: solid red;
background-color:yellow;
}
P { background-color: pink; color:red;}
H1 { background-color:green; }
</STYLE>
<body>
<table border=1>
<tr><P style="color:red">red<A href="foo.htm">hello</A>there
<td>
<table border=1 bgcolor=green>
<tr>
<P style="color:blue"> blue
<td>
<table border=1>
<tr>
<td>
<table border=1>
<tr>
<P style="color:green">green
<td>
<table border=1>
<tr>
<td>
HELLO
</td>
</tr>
</table>
</td>
<P style="color:orange">orange
</tr>
</body>
</html>