Tables
Tables are one of the most vital concepts in HTML. Tables are used to make the data easier to interpret or just to give your document more impact. It may take a while to get accustomed with tables. Table starts with an tag. If you forget to put the ending tag the table will not show up at all.
Table borders
HTML gives you the option to enable or disable border of a table. You just need to place a border=n attribute within the opening tag if you want give border to table. Usually when you do not specify the border attribute the table border will become invisible. If you give border=1 a thin border will appear around the table conversely, if your requirement is a much larger border you need to set values for the border tag accordingly.
Table Rows and Cells
By adding a mere tag gives you only a basic outline of a table, to make the table productive you need to use the and | tags. The tag when placed inside the tag will add a row to the table. If you need to separate the rows into smaller parts (often known as cells) you need to put | tag inside the row tag.
Many times, you will need a heading for a column of cells of the first row. To add this you will use the opening and | closing tag. The table heading tag makes the text in that cell BOLD and CENTERED. You only need to use the heading cells when necessary.
You can also combine two cells of same or different rows if you want. Suppose you need to combine Cell One and Four to be combined or Cell Two and Cell Three to be mbined. In order to do this, you can use the rowspan=n or colspan=n attributes in the tag. The rowspan=n allows you to combine roes and colspan=n allows you to combine columns or cells. The other major attribute you can use with the | tag is the align attribute which when used the content of the cells will get aligned.
Example:
| Heading |
Another Heading |
| row 1, cell 1 |
row 1, cell 2 |
| row 2, cell 1 |
row 2, cell 2 |
Appendix :
CrystalGraphics offers many Web design products that can help you with your Web site. It has FrontPage website templates, Flash animations , 3D graphics, photos and more.
www.crystalgraphics.com/frontpage/website.templates.main.asp
www.crystalgraphics.com/flash/swishmax.main.asp
www.crystalgraphics.com/web/3dimpactpro.main.asp
www.crystalgraphics.com/photps/images.pictures.main.asp
No Comments for this page.
|
 |
Tutorial Stats |
| 651 |
Views |
| 0 |
Total Comments |
| 0 |
Rating of 5 ( Votes) |
|
|