Tables in HTML

<html>
<body>
<hr.color="red">
<caption>SELFRESPECT</caption>
<table border="5" allign="left" bgcolor="pink" cellspacing="5">
<th>firstname</th> <th>lastname</th>
<tr>
 <td>tejanth</td>
 <td>atyam</td>
</tr>
</table>
<table border="6">
<tr>
<td colspan="3">winner team of cricket></td>
</tr>
</table>
</body>
</html>

Comments

Popular posts from this blog

Swayamvar Program In Python

VALDATION IN JAVASCRIPT