web

web

main:

<html>
<frameset rows=”15%,*”>
<frame src=”Top.html” name=”top”>
<frameset cols=”25%,*”>
<frame src=”Left.html” name=”left”>
<frame src=”Right.html” name=”right”>
</frameset>
</frameset>
</body>
</html>
top:
 
<html>
<body background=”brown.jpg” text=YELLOW>
<marquee behavior=alternate><h1><b><u>MOODBIDRI ONLINE BOOK
STORE</u></b></h1></marquee>
</body>
</html>
left:
 
<html>
<body background=”brown.jpg”>
<h3>
<ul>
<li><a href=”login.html” target=”right”><font color=”blue”>
LOGIN</font></a></li><br><br>
<li><a href=”reg.html” target=”right”><font color=”blue”>
REGISTRATION</font></a></li><br><br>
<li><a href=”profile.html” target=”right”><font color=”blue”>
USER PROFILE</font></a></li><br><br>
<li><a href=”Book Catalog.html” target=”right”><font color=”blue”>
BOOKS CATALOG</font></a></li><br><br>
<li><a href=”cart.html” target=”right”><font color=”blue”>
SHOPPINGCART</font></a></li><br><br>
<li><a href=”payment.html” target=”right”><font color=”blue”>
PAYMENT</font></a></li><br><br>
<li><a href=”order.html” target=”right”><font color=”blue”>
ORDER CONFIRMATION</font></a></li><br><br>
</ul>
</body>
</html>
right:
 
<html>
<body  text=dark red >
<h2 align=”center”>
<b><p><font size=25> Welcome to online book storage. <br>Press login if you are
having id otherwise press registration.</font>
</p></b></h2>
<img src=”illusion.jpg” width=1200 height=400 align=center >
</body>
</html>
Scroll to Top