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.

g. PAYMENT BY CREDIT CARD

    <html>

   <head><title>payment</title></head>

   <body bgcolor ="cyan">

   <center>ch1>payment by credit card</h1></center>

   <form method=post action="order confirmed html">

   <br><br><br><br><br>

   <table align= "center">

   <tr>

   <td>

  <h4>total amount</h4></td>

  <td><input type ="text">

  </td>

  </tr>

  <td><h4>credit card number</td>

  <td> <input type = "text"></td>

  </tr>

  <tr>

 <td>

 </td> < input type = " submit" value = ok>

 </td>

 </tr>

 </table>

 </form><body>

 </html>

OUTPUT: