How to create a table, that have published my preview lesson, that you can learn by clicking me. Now lets learn how to do cellspacing to each other cell of a table, Table High & Width, Clospan, Rowspan.
1. A Table for Cell Spacing 5.
HTML Coding |
Show in Browser |
||||
---|---|---|---|---|---|
[code language=”css”] <table border="4" cellspacing="5"> |
|
=============================================
2. Cell Spacing 25
HTML Coding |
Show in Browser |
||||
---|---|---|---|---|---|
[code language=”css”] |
|
===================================
3. A Table Width*Height=350*150
HTML Coding |
[code language=”css”] |
||||
Show in Browser |
|
=============================
4. A Table Width*Height=150*350
HTML Coding |
Show in Browser |
||||
---|---|---|---|---|---|
[code language=”css”] |
|
===============================================
5. A Table With Colspan
HTML Coding |
Show in Browser |
||||
---|---|---|---|---|---|
[code language=”css”] |
|
=================================
HTML Coding |
Show in Browser |
||||||
---|---|---|---|---|---|---|---|
[code language=”css”] <table border=4> |
|
====================================
HTML Coding |
Show in Browser |
||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[code language=”css”] |
|
=======================================
6. A Table With Rowspan
HTML Coding |
Show in Browser |
|||||
---|---|---|---|---|---|---|
[code language=”css”] |
|
===========================================
HTML Coding |
Show in Browser |
|||||||
---|---|---|---|---|---|---|---|---|
[code language=”css”] |
|
================================
HTML Coding |
Show in Browser |
||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
[code language=”css”] |
|
==================================
7. A Table With Colspan & Rowspan
HTML Coding |
Show in Browser |
|||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
[code language=”css”] <tr> <tr> <tr> |
|
===============================================================
HTML Coding |
Show in Browser |
||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
[code language=”css”] <tr> <tr> <table border=10> </td> <table border=10> </td> <tr> <table border=10> </td> <td> <table border=10> </td> </table> |
|