Example:
HTML
<!DOCTYPE html>
<html>
<body>
<h2>A basic HTML table</h2>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=1>
<TBODY>
<TR>
<TD> Name</TD>
<TD> Address</TD></TR>
<TR>
<TD> Itupto</TD>
<TD> Sri Lanka</TD></TR></TBODY></TABLE>
<p>To understand the example better, we have added borders to the table.</p>
</body>
</html>
Full Example of HTML Table | HTML Tables |
What is 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 |