HTML Tables
Tables are a great way to layout HTML pages without slowing the download with lots of images. Learn how to use the table, tr, td, th, and other table tags well and correctly. TML tables allow you to display tabular data, and to format your layout the way you would like.
How do you use a table to line up images like a "jigsaw" puzzle?
Using tables, you can put images together in surprising ways, to help with layout or just get interesting roll-over effects on parts of the image.
Using tables, you can put images together in surprising ways, to help with layout or just get interesting roll-over effects on parts of the image.
Why do my empty cells disappear in Netscape?
Empty HTML table cells do not show up in some browsers. Learn how to avoid that problem.
Empty HTML table cells do not show up in some browsers. Learn how to avoid that problem.
HTML Tables FAQ
Learn how to build and use HTML tables.
Learn how to build and use HTML tables.
How do you change the background color of a table?
Changing the background color of a table is as simple as adding one attribute on the cell, row, or table you want colored.
Changing the background color of a table is as simple as adding one attribute on the cell, row, or table you want colored.
Using Tables
There are lots of things that tables can be used for on Web pages. Some are more common and some are not recommended, but they all can enhance your pages.
There are lots of things that tables can be used for on Web pages. Some are more common and some are not recommended, but they all can enhance your pages.
How can I include one table inside another?
It's easy to include one HTML table inside another table.
It's easy to include one HTML table inside another table.
How do I set an image as a background for a table?
It's easy to set a background image on a table so that the table contents display above the image.
It's easy to set a background image on a table so that the table contents display above the image.
How to Add an HTML Table with Dreamweaver 8
It's easy to add tables using Dreamweaver.
It's easy to add tables using Dreamweaver.
What do the colspan and rowspan attributes do?
Learn how to make your table cells span multiple columns and rows.
Learn how to make your table cells span multiple columns and rows.
What's the difference between th and td HTML table tags?
These tags seem to do very similar things in HTML tables, but why would you use a TH rather than a TD tag?
These tags seem to do very similar things in HTML tables, but why would you use a TH rather than a TD tag?
HTML Tables Tutorial
Tables allow you to add tabular data to an XHTML document, and do page layout in HTML documents. This tutorial takes you step-by-step through creating a table and inserting it into your Web page.
Tables allow you to add tabular data to an XHTML document, and do page layout in HTML documents. This tutorial takes you step-by-step through creating a table and inserting it into your Web page.
Table Tags
Learn about all the different table tags and how to use them. There are more table tags than just table, tr, td, and th.
Learn about all the different table tags and how to use them. There are more table tags than just table, tr, td, and th.
HTML Tables FAQ
Learn how to build and use HTML tables.
Learn how to build and use HTML tables.
Tables Articles
There are many articles on this site on tables and how to use them. Learn how to build tables and use them effectively in both HTML and XHTML.
There are many articles on this site on tables and how to use them. Learn how to build tables and use them effectively in both HTML and XHTML.
How to Build a 2x2 Table in HTML
You might be surprised at how easy it is to build a simple table in HTML. It's easy to get hung up on the complicated nature of tables, but when it comes down to it there are only 3 tags you need to know to build a simple table.
You might be surprised at how easy it is to build a simple table in HTML. It's easy to get hung up on the complicated nature of tables, but when it comes down to it there are only 3 tags you need to know to build a simple table.
How to Add an HTML Table with Dreamweaver 8
It's easy to add tables using Dreamweaver.
It's easy to add tables using Dreamweaver.
Do You Really Need that Table?
When building a Web page are you making it as simple as you can? There are good reasons for avoiding complexity if you don't need it.
When building a Web page are you making it as simple as you can? There are good reasons for avoiding complexity if you don't need it.
Using HTML Tables - Attributes
Learn how to use table attributes to create more useful tables
Learn how to use table attributes to create more useful tables
Don't Forget the Missing Table Tags
Using the additional table tags like caption, thead and tbody as well as the summary attribute can make your HTML tables more accessible.
Using the additional table tags like caption, thead and tbody as well as the summary attribute can make your HTML tables more accessible.
Simple Table Styles
Tables can be styled using CSS, but there are a few tricks you need to use to make sure they appear as you want them to. This article takes you through the basics of table styles to adding dynamic table row highlighting.
Tables can be styled using CSS, but there are a few tricks you need to use to make sure they appear as you want them to. This article takes you through the basics of table styles to adding dynamic table row highlighting.
Simple Way to Center a Table Using CSS
Using CSS it's easy to center a table within the Web page.
Using CSS it's easy to center a table within the Web page.
Table Tricks
There is more to tables than just columns and rows. These attributes will help you define your tables more clearly in HTML.
There is more to tables than just columns and rows. These attributes will help you define your tables more clearly in HTML.
Tables for Tabular Data - What is Tabular Data?
While you don't want to use tables for the layout of your pages, it is perfectly alright to use tables for tabular data. The problem is, what IS tabular data? This article attempts to shed light on this mystery.
While you don't want to use tables for the layout of your pages, it is perfectly alright to use tables for tabular data. The problem is, what IS tabular data? This article attempts to shed light on this mystery.
Using Tables to Do Page Layout
How to build a complex table for laying out your Web page
How to build a complex table for laying out your Web page
