Recent

6/recent/ticker-posts

HTML (33)

HTML (33)

What is a Computer Virus? | What are Different Types of Computer Virus



Table Attribute


Table Data (TD) attribute

Background color attribute (TD)

This is to change the color of the Table Data.


Example ↓↓↓↓↓

<html>
<head>
<title>My Page</title>
</head>
<body>
<table border="3">
<tr>
<td>Sample</td>'
<td bgcolor="Yellow">Sample</td>
<td>Sample</td>
<td>Sample</td>
</tr>
</table>
</body>
</html>

Post a Comment

0 Comments