Recent

6/recent/ticker-posts

HTML (34) [ COMBINED EXAMPLE ]

HTML (34)

Computer Science 101 | edX


Table attribute

Table Data (TD) attribute

COMBINED 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>
<td>Sample</td>
<td bgcolor="yellow">Sample</td>
</tr>
</table>
</body>
</html>

Post a Comment

0 Comments