6 Tables
6 Tables
<ul>
<li>Item 1</li>
<li>Item 2
<ul>
<li>Nested Item 1</li>
<li>Nested Item 2</li>
</ul>
</li>
<li>Item 3</li>
<li>Item 4</li>
</ul>
Table which is used to make row and
column
• <table> intimate to start with Table
• <thead> Table Header
• <tbody> Table Body
• <tr> Table Row
• <td> Table Description
th
tr
tr
td
tr
Width width of the Table
Align Left side it will start
Good Job
Next Topic: Forms and Entities