You are on page 1of 1

<html>

<head>
<title>fairphone </title>
<img src="C:\Users\hp\Desktop\Fairphone-logo-1.png "width="1300"height= "200">
<style>
ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #333;
}
li {
float: left;
}
li a {
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
li a:hover {
background-color: #111;
}
</style>
</head>
<body background="perfect.jpg " >
<ul>
<li><a class="active" href="vaishali.html">Home</a></li>
<li><a href="about us.html">About us</a></li>
<li><a href="#news">products</a></li>
<li><a href="#contact">Contact</a></li>
<li><a href="#about">login and registration</a></li>
</ul>
<img src="C:\Users\hp\Desktop\New folder\ppp.jpg">
<div align = center >
<img src="C:\Users\hp\Desktop\p2.png" height="500" alt="Planets" usemap="#plane
tmap">
img src=" C:\Users\hp\Desktop\Capture.PNG" height="500" alt="Planets" usemap="#pl
anetmap">

<map name="planetmap">
<area shape="rect" coords="0,0,82,126" alt="Sun" href="sun.htm">
<area shape="circle" coords="90,58,3" alt="Mercury" href="mercur.htm">
<area shape="circle" coords="124,58,8" alt="Venus" href="venus.htm">
</map>

</div>
</body>
</html>

You might also like