Develop static pages(sin only HTML) of an online book store. The pages should resemble www.amazon.com. The website should consist the following pages.
a. home page
b. registration and user login
c. user profile page
d. books catalog
e .shopping cart
f. payment by credit card
g. order conformation
a. HOME PAGE
<html>
<head>
<title>
Amazon</title>
</head>
<body bicolor="cyan"><center>
<strong><h1>welcome to AMAZON</h1></strong>
<form method="post" action="login.html" target=-blank>
<h4>for books</h4><input type="submit" value="click here">
<input type="button" name="submit" value="submit">
</form>
</center>
</body>
</html>
OUTPUT:
0 Comments