Recent

6/recent/ticker-posts

HTML (32)

HTML (32)


High-tech systems & Machinery - TMC


Table attribute 

Table Data (TD) attribute

Background attribute (TD)

This is used to change the background of the Table Data

Example ↓↓↓↓

<html>
<head>
<title>My Page</title>    
</head>
<body>
<table border="3">
<tr>
<td background="C:\Users\Public\Pictures\Sample Pictures\Tulips.jpg">Sample</td>
<td>sample</td>
</tr>
</table>
</body>
</html>

Post a Comment

0 Comments