Saturday, September 12, 2015

HTML ASSIGNMENT 1

<html>
<head>
<title>Departmental Store </title>
</head>
<body>

<center>
<table border=2 width=920>
<tr>
<td> <img src=sagarmatha.jpg> </td>
<td>THIS IS DEPARMANTAl STORE FOE ALL</td>
<td> <img src=sagarmatha.jpg> </td>
</tr>
</table>

<table cellpadding=40 width=920>
<tr>
<td>Home </td>
<td> About us </td>
<td>Our service </td>
<td>Contact Us </td>
</tr>
</table>

<table border=2 cellpadding=20 width=920>
<tr>
<td rowspan=2> <img src=sagarmatha.jpg> </td>
<td>
<h2>Welcome to XYZ SuperMarket</h2>
</td>
<td rowspan=2>
<ul>
<li><a href="http://www.paypal.com" </a> PAY Vai Paypal </li>
<li><a href="http://www.visa.com" </a> PAY Vai VISA</li>
</ul>
</td>
</tr>

<tr>
<td rowspan=2> <img src=sagarmatha.jpg> <br> <h2>Description</h2> </td>
</tr>

<tr>
<td><img src=sagarmatha.jpg> </td>
<td><img src=sagarmatha.jpg> </td>
</tr>


</table>
</center>


</body>
</html>