|
Free
computer Tutorials
|
![]() |
HOME
|
Stay at Home and Learn | |||||
|
Web Design Tutorials |
||||||
|
Nested HTML Tables
Tables can be quite effective when you nest one inside the other. Click the link below to see an example of a nested table (though Netscape users may not see the full effect). To create this web page for yourself, do this:
<CENTER> <TR> </TABLE> To nest a table, you need to insert a new TABLE inside one of the TD Tags. In other words, instead of having text or an image or a link in the Table Data tag, you're putting a new table in there.
<CENTER> <TR> <TD> <TABLE BGCOLOUR = White> </TD> </TR> </TABLE> Notice where the nested table has gone - in between two <TD> tags. A white background colour has been added to the new TABLE tag, and our new nested table also has one row and one cell in the row.
<TABLE BGCOLOUR = White> Save your work, and then view the results in a browser. You should have something similar to the one in the link above. We've covered quite a lot of ground in this Tables section, and there's a lot to remember. But there's no doubt about it - tables are an essential tool for budding and professional web designers; they are worth getting the hang of.
In the next section of the course, we'll study HTML Forms. <-- Back One Page Move on to the Next Section --> <--Back to the Web Design Contents Page View all our Home Study Computer Courses
|