|
HTML TUTORIAL: HTML TablesHTML tables are a great way to display information on a web page laid out in much the way data is displayed in spreadsheets. Tables are defined by the <table> tag and are divided in to rows using the <tr> tag and columns using the <td> tag. The <th> tag is used to define table headers for each column in the table. Sample Table
Sample Code <table border="1"> Video Tutorial |
|
|||||||||||||||||||||||||||||||||
| Sitemap |