11. MetaTags
This is not a necessary tag, by any means... but when indexed by search engines such as Alta-Vista, Yahoo, or WebCrawler, you may be found by someoneseeking your info on the net!12. Tables
<TABLE> = Table Tag
| Table Example #1 | Table Example #2 |
|
|
|---|---|---|---|
| HTML for Table Example #1 | HTML forTable Example #2 | <table border=10 spacing=0 padding=0> <caption>A simple table</caption> <th>Day</th><th>Network</th> <th>Show</th><th>Time</th> <tr> <td>Wednesday</td><td>FOX</td> <td>Beverly Hills 90210</td> <td>8:00 pm</td> </tr><tr> <td>Thursday</td><td>NBC</td> <td>Seinfeld</td><td>9:00 pm</td> </tr></table> | <table border=1> <caption>A more complex table</caption><tr> <th rowspan=2> <br>gender</th> <th colspan=2>average</th> <th rowspan=2>other <br>category</th></tr><tr> <th>height</th> <th>weight </th></tr> <tr><th align=left>males </th> <td>5' 10" </td><td>170 lbs </td><td>XY </td></tr> <tr><th align=left>females </th> <td>5' 3" </td><td>145 lbs</td> <td>XX</td></tr></table> |
|---|
| WHO'S HOT | WHO'S NOT |
|---|---|
|
|
| | <table spacing=0 padding=0 border=10> <td><img width=50 height=100 src="bk1.jpg" border=0></td> <td><img width=50 height=100 src="bk2.jpg" border=0></td> <td><img width=50 height=100 src="bk1.jpg" border=0></td> <td><img width=50 height=100 src="bk2.jpg" border=0></td> </table> |
| <table spacing=0 padding=0 border=10> <td><a href="http://www.yahoo.com"><img width=50 height=150 src="bk1.jpg" border=0></a></td> <td><a href="http://www.yahoo.com">Yahoo</a></td> <td><a href="http://www.webcrawler.com"><img width=50 height=150 src="bk2.jpg" border=0></a></td> <td><a href="http://www.webcrawler.com">Web <br>Crawler</a></td> </table> |
13. Client Site Maps
Client Site Maps are very cool. They give you the opportunity to place several hyperlinks in one image.14. Columns
This is only supported in Netscape 3.0 or better.15. Other Tags