1 / 10

Constructing Table by Using HTML

Constructing Table by Using HTML. Recall this…. So far, you know that html has its basic structure, which are build up from html elements, tags, tag attributes and value. For eg: <html> </html> <body bgcolor=“Black” > </body> <h1>This is Heading 1</h1>

keefe-allen
Download Presentation

Constructing Table by Using HTML

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. Constructing Table by Using HTML

  2. Recall this… So far, you know that html has its basic structure, which are build up from html elements, tags, tag attributes and value. For eg: <html> </html> <body bgcolor=“Black” > </body> <h1>This is Heading 1</h1> <p> I have a pet. He is a cat. His name is Pat.</p> <img src=“bg.gif” height=“200” width=“300” />

  3. Let’s do some practices… Surf to this url: http://www.w3schools.com/html/html_examples.asp

  4. Table and its Part border Table Width Outline around the table, with shade. Table Height cellspacing Space between cells cellpadding Space between contents and border Table contents

  5. Table and its HTML Tag <table> <td> <td> <tr> <tr> <td> <td>

  6. Example of HTML with Table

  7. Constructing Table The following are the summary of Table Tag and its attributes

  8. Constructing Table The following are the summary of Table Tag and its attributes

  9. Constructing Table The following are the summary of Table Tag and its attributes

  10. In-class Exercise. Do it now. You are a web designer for a Holiday Resort. Create one web page which contains TABLE(s) and information about the Holiday Resort. You can also put some images in the table.

More Related