<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en-us">
<head>
<title>Non-Nested Tables Example</title>
</head>
<body bgcolor="#bdbdbd" text="black" link="blue" vlink="purple">
<table border="1" bgcolor="#ffcccc"><tr><td>
<font size="+5">A</font><br />
</td></tr></table>
<table border="1" bgcolor="#ccccff"><tr><td>
<font size="+5">B</font><br />
</td></tr></table>
<table border="1" bgcolor="#ccffcc"><tr><td>
<font size="+5">C</font><br />
</td></tr></table>
</body>
</html>
|