Monday, 2 March 2015

HTML program for order confirmation page

program:

<html>
<head><title>Order confirmation</title></head>
<body background="redflower.jpg">
<h1 align="center">order confirmation page</h1>
<table name="confirm" padding="10%" cellpadding="30%">
<tr>
<th>order confirmation no</th>
<td>:</td>
<td>:</td>
</tr>
<tr>
<th>total number of books</th>
<td>:</td>
<td>4</td>
</tr>
<tr>
<th align="left"> Total Cost</th>
<td>:</td>
<td>2500.0</td>
</tr>
<tr>

<th align="left">Date</th>
<td>:</td>
<td>10/03/2014</td>
</tr>
<tr>
<th align="right">Note</th>
<td>:</td>
<td>Order will be delivered in 3 working days</td>
</tr>
<tr>
<th><input type="button" name="confirm" value="confirm"></td>
<td>:</td>
<td><input type="button" name="cancel" value="cancel"></td>
</tr>
</body>
</html>



No comments:

Post a Comment