You are on page 1of 1

<html>

<head>
</head>
<body>
<a align="center" href="pen.html"> back</a>
<h1 align="center">Welcome to Ghee product</h1>
<table border="2" align="center">
<tr>
<td><h2>product code</h2></td>
<td><h2>product name</h2></td>
<td><h2>product price(per Kg)</h2></td>
</tr>
<tr>
<td>501</td>
<td> Vita</td>
<td>Rs 250</td>
</tr>
<tr>
<td>502</td>
<td>verka</td>
<td>Rs 260</td>
</tr>
<tr>
<td>503</td>
<td> Mother Diary</td>
<td>Rs 290</td>
</tr>
</table>
<body>
</html>

You might also like