You are on page 1of 1

<html>

<head>
<title> Sample Page </title>
</head>
<Body>
<table border=1 width=500 height=91 align=center>
<tr> <th colspan=4>Top two highest mountains</th>
</tr>
<tr> <th>S.N. </th>
<TH>Name</th>
<th> Country</th>
<th>Height</th>
</tr>
<tr> <td>1 </td>
<Td>Mt. Everest</td>
<td> Nepal</td>
<td>8848.86m</td>
</tr>
<tr> <td>2 </td>
<Td>Mt. K2</td>
<td> Pakistan</td>
<td>8080m</td>
</tr>
</table>
</Body>
</html>

You might also like