Recent

6/recent/ticker-posts

HTML (30)

HTML (30)


Binary Code And The Power Of The 'Machine' – Dreamcatcher Reality


 TD (Table data ) Attribute

Align attribute

This align the data of the table


Example ↓↓↓↓↓↓↓


<html>
<head>
<title>My Page</title>
</head>
<body>
<table border="10" height="90" width="70">
<tr>
<td>sam ple</td>
<td align="right">sam ple</td>
<td align="left">sam ple</td>
<td align="center">sam ple</td>
</tr>
</table>
</body>
</html>


Post a Comment

0 Comments