Simple HTML Table
This is a simple html table. While CSS has replaced tables for much of the
formatting we used html tables to accomplish, the table still remains alive
and well when one needs to present data in, well... a tabular format
HTML in Action
| one
| two
| three
|
| 1
| 2
| 3
|
| a
| b
| c
|
| one
| two
| three
|
HTML Code
Just cut-n-paste to reuse.
<table border="1" bordercolor="black" cellspacing=0>
<th>one
<th>two
<th>three
<tr>
<td>1
<td>2
<td>3
<tr>
<td>a
<td>b
<td>c
<tr>
<td>one
<td>two
<td>three
</table>
If you find this site useful and are a book buyer/reader...
Abe Books is one of my affiliates. I only use affiliates that I also purchase products from. I love Abe books. I have purchased many books from them originally cost $40 to $60 for as little as $5 to $10 dollars including shipping costs.
By accessing Abe books and clicking on one of my links I receive a small commission on your purchase that helps pay for this site. You pay no more for your books than if you accessed their site directly. Thanks for your support.
Click on icon to find books on HTML at Abe Books... |
|
|
|
The Following are a list of CSS books I own
When it comes to HTML books I am afraid I do not have many books on this subject.
The ones I do have are in the closet somewhere. If you are new to HTML rest assured
that there are many good ones out there. I am just not a good resources for advice on
this. I do own "Html Pocket Reference by Jennifer Niederst".
|
 |