Example:
HTML
<!DOCTYPE html>
<html>
<style>
table, th, td { border:1px solid black;
}
</style>
<body>
<h2>TD elements define table cells</h2>
<table style="width:100%"> <tr> <td>Emil</td> <td>Tobias</td> <td>Linus</td> </tr>
</table>
<p>To understand the example better, we have added borders to the table.</p>
</body>
</html>
Example of HTML Table Cells | HTML Tables |
Full Example of HTML Table Cells | HTML Tables |
HTML Tables | HTML Tables |
How to create an HTML Table | HTML Tables |
How to create HTML Table Cells | HTML Tables |
How to create HTML Table Rows | HTML Tables |
How to create HTML Table Headers | HTML Tables |
Type
: |
html |
Category
: |
Web Tutorial |
Sub Category
: |
HTML Tables |
Uploaded by
: |
Admin |