100 likes | 230 Views
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>
E N D
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” />
Let’s do some practices… Surf to this url: http://www.w3schools.com/html/html_examples.asp
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
Table and its HTML Tag <table> <td> <td> <tr> <tr> <td> <td>
Constructing Table The following are the summary of Table Tag and its attributes
Constructing Table The following are the summary of Table Tag and its attributes
Constructing Table The following are the summary of Table Tag and its attributes
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.