Total Pageviews

Thursday, January 19, 2012

SHIPPING LABEL FORM

SHIPPING LABEL FORM

SENDER :

Sender name
Sender adress
Sender city/Zip

Reciever :

Reciever name
Reciever adress
Reciever city/Zip

Destination :


Domestic stamp.jpg
International stamp.jpg




 CODING:

<html>
<body>

<h1>SHIPPING LABEL FORM</H1>

<Form action="resume.htm" method= GEt>

<h2>SENDER :</h2>

<table border="0">

<tr>
  <th>Sender name</th>
  <td><INPUT TYPE="TEXT" NAME="t1" VALUE=""></td>
</tr>

<tr>
  <th>Sender adress</th>
  <td><INPUT TYPE="TEXT" NAME="t1" VALUE=""></td>
</tr>

<tr>
  <th>Sender city/Zip</th>
  <td><INPUT TYPE="TEXT" NAME="t1" VALUE=""></td>
</tr>

</table>

<h2>Reciever :</h2>

<table border="0">

<tr>
  <th>Reciever name</th>
  <td><INPUT TYPE="TEXT" NAME="t1" VALUE=""></td>
</tr>

<tr>
  <th>Reciever adress</th>
  <td><INPUT TYPE="TEXT" NAME="t1" VALUE=""></td>
</tr>

<tr>
  <th>Reciever city/Zip</th>
  <td><INPUT TYPE="TEXT" NAME="t1" VALUE=""></td>
</tr>

</table>

<Hr></Hr>

<h2>Destination :</h2>

<BR></BR>
<input type="radio" name="domestic" value="Domestic stamp.jpg"/>Domestic stamp.jpg<br />

<input type="radio" name="international" value="International stamp.jpg" />International stamp.jpg<br />

<BR><INPUT TYPE="SUBMIT" VALUE="SUBMIT"></br>

</body>
</html> 

No comments:

Post a Comment