Table Tutor- Lesson 7 (last one!) Well folks, that's it! For this tutorial that is. You have learned all the major TABLE tags. There are more, but 95% of what you'll need to do can be done with these tags.
|
|
If you would like to add a link to the Professional Web Design site, you are welcome to use the following...
Just grab the above image, save it as proweb1.gif, and paste the following HTML code into your page...
<CENTER>
<FONT SIZE=2 FACE="Arial">This site designed with<BR>
a little help from:<BR>
<A HREF="http://junior.apk.net/~jbarta/">
<IMG SRC="proweb1.gif" ALT="Professional Web Design"
WIDTH=172 HEIGHT=53 BORDER=0></A><BR>
<I>HTML authoring tutorials</I></FONT>
</CENTER>
Or if you prefer to just use the image...
<A HREF="http://junior.apk.net/~jbarta/">
<IMG SRC="proweb1.gif" ALT="Professional Web Design"
WIDTH=172 HEIGHT=53 BORDER=0></A>
Make sure that proweb1.gif is in the same directory as your page.
(These are just suggestions. You can, of course, link any way you want or not at all. You can stand on top of a bus and point at me if you want.)
Introduction | Lesson 1 | Lesson 2 | Lesson 3 | Lesson 4 | Lesson 5 | Lesson 6 | Lesson 7 | Index |
PROFESSIONAL WEB DESIGN |
*** INDEX OF TABLE TAGS AND ATTRIBUTES ***
(the ones that are explained in this tutorial)
ALIGN As used in <TD> BGCOLOR BORDER CELLPADDING CELLSPACING <CENTER> COLSPAN HEIGHT As used in <TABLE> |
ROWSPAN <TABLE> <TD> <TR> VALIGN As used in <TD> WIDTH As used in <TABLE> WIDTH As used in <TD> |