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.
h. ORDER CONFIRAMTION
<html>
<head>
<title>order conformation</title></head>
<body bgcolor="cyan">
<center>
<h1><b>book shopping</h1>
<pre><strong>
<b>your order is confirmed
</strong></pre>
<h2><b>thank you</h2>
</center></body></html>
OUTPUT:
0 Comments