Table with Background and Border Color Tag
Hello Friends...!!
This
is HTML Coding Practical: - Table with
Background and Border Color
Tag Script
Script: -
<html>
<head>
<title>
Table 2 </title>
</head>
<body>
<h1>
Trade: COPA </h1>
<h2>
Practical Mark List </h2>
<table
border=”5" bordercolor=”green” bgcolor=”orange” width=”50%”>
<tr> <td>1</td>
<td>AMBIKA.S</td> <td>98<td> </tr>
<tr> <td>2</td>
<td>VIJI.K</td> <td>98</td></tr>
<tr> <td>3</td>
<td>ANU.D</td> <td>97</td></tr>
<tr> <td>4</td>
<td>MAMTA.B</td> <td>96</td> </tr>
<tr> <td>5</td>
<td>JORONA.S</td> <td>95</td> </tr>
</table>
</body>
</html>
Output: -
If you have any doubts
mention in the Comment Box.
Please follow the my Blog, Share and Comment
Comments
Post a Comment