Ex No:1 Date:: Design The Following Static Web Pages Required For An Online Book Store Web Site
Ex No:1 Date:: Design The Following Static Web Pages Required For An Online Book Store Web Site
Ex No:1 Date:: Design The Following Static Web Pages Required For An Online Book Store Web Site
PROCEDURE:
i. Home page
For e.g.: When you click the link “IT” the catalogue for IT
Books should be displayed in the Right frame.
Login
page must contain Login field, Password field, Submit and reset buttons.
CODING:
1. HOME PAGE:
<!DOCTYPE html>
<html>
<head>
<title>
HOME PAGE
</title>
</head>
<BODY>
<br>
<br>
<br>
<center>
<br>
<br>
<br>
<a href="index.html">
<button>REGISTRATION</button>
</a>
<br>
<br>
<a href="login.html">
<button>
LOGIN
</button>
</a>
</center>
<style>
body{
background-image: url(http://wallpapercave.com/wp/wpbppAz.jpg);
</style>
</BODY>
</html>
<html>
<head>
</head>
<BODY>
<br>
<br>
<br>
<br>
<center>
<br>
<br>
<br>
<br>
<br>
<button>LOGIN
</button>
</a>
</center>
<style>
body{
background-image: url(https://wallpapercave.com/wp/wp8899665.jpg);
</style>
</BODY>
</html>
LOGIN WEB PAGE IMAGE:
3. CATALOGUE PAGE:
<!DOCTYPE html>
<html>
<head>
<title>
catalogue page
</title>
</head>
<style>
table th,td{
</style>
<body>
<br>
<br>
<br>
<center>
<table>
<tr>
<th>COVER PAGE</th>
<th>AUTHOR NAME</th>
<th>PUBLISHER</th>
<th>PRICE</th>
</tr>
<tr>
<td>MANI</td>
<td>RED GIANT</td>
<td>1000</td>
</tr>
<tr>
<td>MANI</td>
<td>RED GIANT</td>
<td>1500</td>
</tr>
</table>
<button>buy
</button>
</center>
</body>
</html>
<html>
<head>
<title>
E-BOOK SHOP
</title>
</head>
<body>
<BR>
<BR>
<center><h1 style="color:white;">REGISTRATION</h1>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<a href="login.html">
<button>LOGIN</button>
</a>
</center>
<style>
body{
background-image: url(https://wallpaperbat.com/img/384412-bookshelf-wallpaper-top-free-bookshelf-
background.jpg);
</style>
</body>
</html>
Result:
Thus the given program is executed and verified successfully