Presentation is loading. Please wait.

Presentation is loading. Please wait.

Getting Started – Table 2

Similar presentations


Presentation on theme: "Getting Started – Table 2"— Presentation transcript:

1 Getting Started – Table 2
Introduction to HTML 4.0 Getting Started – Table 2 Teacher: Mr. Ho

2 rowspan Attribute rowspan is <td>’s attribute.
rowspan merges the rows <table border=“1” cellspacing=“0” cellpadding=“2”> <tr> <td>Row 1, Cell 1</td> <td rowspan=“2”>Hello World!</td> </tr> <td>Row 2, Cell 1</td> </table>

3 colspan Attribute colspan is <td>’s attribute.
colspan merges the columns <table border=“1” cellspacing=“0” cellpadding=“2”> <tr> <td>Row 1, Cell 1</td> <td>Row 1, Cell 2</td> </tr> <td colspan=“2”>Hello World! ABC</td> </table>

4 Questions & Answers Do you have any questions so far?
If you do, please ask now.


Download ppt "Getting Started – Table 2"

Similar presentations


Ads by Google