1 / 9

TABLES <table> opens the table <tr> begins a row in the table <td> opens a data cell

TABLES <table> opens the table <tr> begins a row in the table <td> opens a data cell Enter your data here... text, links, images, etc. </td> closes the data cell </tr> closes the table row </table> closes the table . <TH> ... a Table Header Cell TABLES - attributes.

december
Télécharger la présentation

TABLES <table> opens the table <tr> begins a row in the table <td> opens a data cell

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. TABLES <table>opens the table <tr>begins a row in the table <td> opens a data cell Enter your data here... text, links, images, etc. </td> closes the data cell </tr>closes the table row </table>closes the table CMPB264

  2. <TH> ... a Table Header Cell TABLES - attributes table border & width <table border=5 width="65%"> th width <th width="15%">Mammals</th> CMPB264

  3. table cellpadding <table border=10 cellpadding=10> table cellspacing <table border=10 cellpadding=5 cellspacing=10> CMPB264

  4. <table border=5> <tr><th>Marsupials</th><th>Reptiles</th></tr><tr><td>Kangaroo</td><td>Lizard</td></tr><tr><td>Wombat</td><td>Crocodile</td></tr></table> Sample of table CMPB264

  5. LINKS • jumps within the same page • links to another of your pages • links to someone else’s page on a different server • links to someone else’s page on a same server • to link to a specific target on another page • using an image as a link CMPB264

  6. Links to another of your pages NAME of file <a href="recipes.html">CMPB 264</a> file name CMPB264

  7. LISTS • unnumbered lists ( UL ) • numbered lists ( OL ) • nested lists • definition lists CMPB264

  8. NUMBERED • <OL> • <LI> oranges • <LI> peaches • <LI> grapes • </OL> • oranges • peaches • grapes CMPB264

  9. UNNUMBERED • <UL> • <LI> apples • <LI> bananas • </UL> • apples • bananas CMPB264

More Related