Nasıl oluşturulur: İç içe tablo
- Previous page Full-width table
- Next page Banded table
İç içe tabloları (tablo içinde tablo) oluşturma nasıl öğrenilir.
Hücre | İç içe tablo
|
İç içe tablo
Bir tablo diğer bir tabloda içe gömülüdür:
Örnek
<table> <tr> <td>Cell</td> <td>Nested Table</td> <table> <tr> <td>Cell 1</td> </tr> <tr> <td>Cell 2</td> </tr> <tr> <td>Cell 3</td> </tr> <tr> <td>Cell 4</td> </tr> </table> </td> </tr> </table>
Related pages
Tutorial:HTML table
- Previous page Full-width table
- Next page Banded table