show-notice
hide-notice

Friday 9 August 2013

HTML td Tag


Introduction:

The HTML <td> tag is used for specifying a cell (or table data) within a table.

Example:
<html>
<head>
<title>HTML td Tag</title>
</head>
<body>
<table border = "1">
<tr>
<td>Cell 1</td>
<td>Cell 2</td>
</tr>
</table>

</body>
</html>

SHARE THIS POST   

0 comments :

Post a Comment

Design by Gohilinfotech | www.gohilinfotech.blogspot.com