Computer Studies

<html>
<head>
<Title>Prize Winners</Title>
</head>
<body>
<Table Border="4" Bordercolor="Red" >
<Caption><Marquee><font color="Blue" >Prize Winners</Marquee></Caption> 
<tr>
<th>Name</th>
<th>Marks</th>
<th>Rank</th>
</tr> 
<tr> 
<td>Piyali Mittal</td>
<td>994</td>
<td>First</td>
</tr> 
<tr> 
<td>Kaushik Gupta</td>
<td>991</td>
<td>Second</td>
</tr>
<tr>
<td>Mayank Sinha</td>
<td>984</td>
<td>Third</td>
</tr>
</Table>
</body>
</html>

HTML Advanced Features

39 Likes

Answer

Execute the given HTML code in the Web Browser. HTML Table and Hyperlink. Class 7 ICSE Understanding Computer Studies.

Answered By

17 Likes


Related Questions