| ตาราง ตอนที่ 2 |
ตัวอย่าง 1
| Source | ||||||||||||
|
<table cellspacing=10 border=1> <tr> <td>1</td><td>2</td><td>3</td></tr> <tr> <td>4</td><td>5</td><td>6</td> </tr> </table> <br> <table cellpadding=10 border=1> <tr> <td>1</td><td>2</td><td>3</td> </tr> <tr> <td>4</td><td>5</td><td>6</td> </tr> </table> | ||||||||||||
| View | ||||||||||||
|
| 1 | 2 | 3 |
| 4 | 5 | 6 |
ตัวอย่าง 2
| Source | ||||
|
<table border=1> </table> |
||||
| View | ||||
|
|
NOTE & TIP !! |