A simple Table in html.
“border = 1” – Defining a border and the thick of the border that equals to 1.
<thead> – Presenting the header of the table.
<tbody> – Presenting the body of the table.
<tr> – The column of the table.
<th> – The title of the column.
<td> – The title of the row.
<table border = 1>
<thead>
<tr>
<th>Fruits</th>
<th>Vegetables</th>
</tr>
</thead>
<tbody>
<tr>
<td>Apple</td>
<td>Tomato</td>
</tr>
<tr>
<td>Watermelon</td>
<td>Cucumbers</td>
</tr>
</tbody>
</table>
Fruits | Vegetables |
---|---|
Apple | Tomato |
Watermelon | Cucumbers |
Thank you for your sharing. I am worried that I lack creative ideas. It is your article that makes me full of hope. Thank you. But, I have a question, can you help me?