Main
Class Index
Class Project
Student Services
Homework
Student Help
Questions / Comments


Validate
Validate
Advanced XHTML

Nested Tables

By default, multiple tables will display end-to-end down the page.
<!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>
 










All Design, Graphics, Infrastructure, and Content is copyright 1996-2004© WebYoda, Inc. All rights reserved.