Testing HTML for Lesson 21
This page is to test to see if your browser supports the HTML discussed in the lesson for Tables. If it does not, then it is probably not worth your time doing this lesson!
- Basic Table With Border <table border>
- If the figure below is a three by three grid of X's and O's, then your browser supports HTML tables.
- Variable-Width Border <table border=X>
- If the table below has a thick, shaded border, then your browser supports HTML tables with the border width set by border attribute.
- Invisible Border <table>
- If the table below has no border, then your browser supports HTML tables with invisible borders by omitting the border attribute.
- Invisible Border <table border=0>
- If the table below has no border, then your browser supports HTML tables with invisible borders by setting the border=0 attribute.
- Variable Cell Wall Width <table border=x cellspacing=y>
- If the table below has cell walls that are wider than one pixel, then your browser supports HTML tables with variable cell wall widths via the cellspacing=y attribute.
- Variable Cell Padding <table border=x cellspacing=y cellpadding=z>
- If the table below has cell walls with empty space between the contents and the cell walls, then your browser supports HTML tables with variable cell padding via the cellpadding=z attribute.
- Colored Cells <tr bgcolor=#xxyyzz> <td bgcolor=#xxzzyy>
- If the table below has different color cells, then your browser supports HTML colored tables via the bgcolor=#color attribute.
Writing HTML: Testing HTML for Lesson 21
©1995, 1996, 1997
Maricopa Center for Learning and Instruction (MCLI)
Maricopa Community Colleges, Arizona
The Internet Connection at MCLI is
Alan Levine --}
Comments to levine@maricopa.edu
URL: http://www.mcli.dist.maricopa.edu/tut/tut21_ex/test.html