Recent

6/recent/ticker-posts

Html (28)PART 2

HTML (29) PART 2

Ruthless Computers Strategies Exploited | Thrutu



Table Attribute

Background color attribute

This will change the color of the background


Tag : <bgcolor>

Example ↓↓↓↓↓↓

<html>
<head>
<title>My Page</title>
</head>
<body>
<table border="8" bgcolor="yellow">
<tr>
<td>Sample</td>
<td>Sample</td>
<td>Sample</td>
<td>Sample</td>
</tr>
</table>
</html>






Post a Comment

0 Comments