Saturday, 25 January 2014

Simple Form

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Untitled Document</title>
</head>

<body>
<h3 align="center">Top Of Form</h3>
<hr />
Please Complete All Of the following
<form>
<table>
<tr>
    <td width="152">First Name:</td>
    <td colspan="3"><input type="text" name="t1" /></td>
</tr>
<tr>
    <td>Last Name:</td>
    <td colspan="3"><input type="text" name="t2" /></td>
</tr>
<tr>
    <td>Business:</td>
    <td colspan="3"><input type="text" name="t3" /></td>
</tr>
<tr>
    <td height="21"></td>
    <td colspan="2"></td>
</tr>
<tr>
    <td colspan="4">We Must have a correct email address to send you the newsletter</td>
</tr>
<tr>
    <td height="33">Email:</td>
    <td colspan="3"><input type="text" name="t4"  width="200px"/></td>
</tr>
<tr>
    <td height="21" colspan="4"></td>
</tr>
<tr>
    <td colspan="4">How did you here aboout Bigcorp email latter?</td>
</tr>
<tr>
    <td><input type="radio" name="r1" />Here on the Web</td>
    <td width="117"><input type="radio" name="r2" />In a magazine</td>
    <td width="130"><input type="radio" name="r3" />Newspaper story</td>
    <td width="82"><input type="radio" name="r4" />Other</td>
</tr>
<tr>
    <td height="21" colspan="4"></td>
</tr>
<tr>
    <td colspan="4">Would you care to be on our regular mailing list?</td>
</tr>
<tr>
    <td colspan="4"><input type="checkbox" name="c1" />Yes,I love junk mail</td>
</tr>
<tr>
    <td height="21" colspan="4"></td>
</tr>
<tr>
    <td colspan="4">Which are the games you like to play?</td>
</tr>
<tr>
    <td colspan="4">
    <select>
        <option>cricket</option>
        <option>Football</option>
        <option>Basketball</option>
    </select>
    </td>
</tr>
<tr>
    <td colspan="4">Enter the Comment this Website</td>
</tr>
</table>
</form>
<hr />
<h3 align="center">Top Of Form</h3>
</body>
</html>
Untitled Document

Top Of Form


Please Complete All Of the following
First Name:
Last Name:
Business:
We Must have a correct email address to send you the newsletter
Email:
How did you here aboout Bigcorp email latter?
Here on the Web In a magazine Newspaper story Other
Would you care to be on our regular mailing list?
Yes,I love junk mail
Which are the games you like to play?
Enter the Comment this Website

Top Of Form

Telephone Bill Practical

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Untitled Document</title>
</head>

<body>
<h3 align="center">Telephone Bill</h3>
<table width="800px" border="1" align="center">
  <tr>
    <td colspan="2">Subscriber's Name & Address</td>
    <td colspan="2">Consumer No.</td>
    <td colspan="3">P.O.Stamp</td>
  </tr>
  <tr>
    <td colspan="2">Himanshu Patel,New Vadaj,Ahmedabad-13</td>
    <td colspan="2">PL 00515077</td>
    <td width="71"></td>
    <td width="79"></td>
    <td width="137"></td>
  </tr>
  <tr>
    <td width="116">Telephone No</td>
    <td width="109">Type</td>
    <td colspan="2">Bill Date</td>
    <td colspan="2">Dua Date</td>
    <td>Pay By Date</td>
  </tr>
    <tr>
    <td>575007</td>
    <td>GENL RES PERM </td>
    <td colspan="2">1-Aug-97</td>
    <td colspan="2">18-Aug-97</td>
    <td>25-Aug-97</td>
  </tr>
   <tr>
    <td>Opening Meter Reading</td>
    <td>Closing Meter Reading</td>
    <td width="78">Metered Calls</td>
    <td width="54">Debits Calls</td>
    <td>Credits Calls</td>
    <td>Free Calls</td>
    <td>Chargeble Calls</td>
  </tr>
    <tr>
    <td>1052</td>
    <td>1297</td>
    <td width="78">245</td>
    <td width="54">0</td>
    <td>0</td>
    <td>150</td>
    <td>95</td>
  </tr>
  <tr>
      <td colspan="4">Details</td>
    <td>Item</td>
    <td>Period</td>
    <td>Amount</td>
  </tr>
  <tr>
      <td height="46">Rate</td>
    <td>No Of Calls</td>
    <td colspan="2">Charge</td>
    <td>Rent</td>
    <td>10/9/97 to 31/10/97</td>
    <td>200.00</td>
  </tr>
    <tr>
      <td>0.8</td>
    <td>95</td>
    <td colspan="2">76</td>
    <td>Item</td>
    <td>16/5/97 to 15/7/97</td>
    <td>76.00</td>
  </tr>
  <tr>
      <td colspan="2" rowspan="2">Surcharge After Pay Date</td>
    <td colspan="2" rowspan="2">10</td>
    <td>TRP/PG</td>
    <td rowspan="2">16/5/97 to 15/7/97</td>
    <td rowspan="2">0.00</td>
  </tr>
  <tr>
    <td>Calls</td>
  </tr>
  <tr>
      <td colspan="2">Amount on/Before Pay By Date</td>
    <td colspan="2">290</td>
    <td>ITX Calls</td>
    <td>16/5/97 to 15/7/97</td>
    <td>0.00</td>
  </tr>
  <tr>
      <td colspan="2">Amt After Pay By Date</td>
    <td colspan="2">300</td>
    <td>MISC</td>
    <td>TAX</td>
    <td>14.00</td>
  </tr>
  <tr>
      <td colspan="4"></td>
    <td colspan="2">Total</td>
    <td>290.00</td>
  </tr>
   <tr>
      <td colspan="4"></td>
    <td colspan="2">Address</td>
    <td></td>
  </tr>
</table>
</body>
</html>
Untitled Document

Telephone Bill

Subscriber's Name & Address Consumer No. P.O.Stamp
Himanshu Patel,New Vadaj,Ahmedabad-13 PL 00515077
Telephone No Type Bill Date Dua Date Pay By Date
575007 GENL RES PERM 1-Aug-97 18-Aug-97 25-Aug-97
Opening Meter Reading Closing Meter Reading Metered Calls Debits Calls Credits Calls Free Calls Chargeble Calls
1052 1297 245 0 0 150 95
Details Item Period Amount
Rate No Of Calls Charge Rent 10/9/97 to 31/10/97 200.00
0.8 95 76 Item 16/5/97 to 15/7/97 76.00
Surcharge After Pay Date 10 TRP/PG 16/5/97 to 15/7/97 0.00
Calls
Amount on/Before Pay By Date 290 ITX Calls 16/5/97 to 15/7/97 0.00
Amt After Pay By Date 300 MISC TAX 14.00
Total 290.00
Address