|
|||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||
HTML tables
Here is an example of a simple table:
The code used to create the above table is: <table border="1"><tr> <td>This is cell one</td> <td>This is cell two</td> <td>This is cell three</td> </tr> <tr> <td>This is cell four</td> <td>This is cell five</td> <td>This is cell six</td> </tr> </table> The <table border="1"> opens the table and gives it a one pixel border and the <tr> and </tr> tags open and close each table row and the <td> and </td> tags open and close each table cell. The "td" stands for "table data". That's all for simple tables for now. Just remember...be careful. |
|||||||||||||||||||||||||
|
Text formatting
| Headings
| Lists
| Images
| Linking
| Tables
| Forms
| Scripting
| CSS
| Sign up here
| Contact us
| Resume
|
|||||||||||||||||||||||||
| © 2000 - 2010 by 985 computing LLC ITarama - The home of short sweet Web tutorials |
|||||||||||||||||||||||||