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> 

Wednesday, January 18, 2012

USER NAME PASSWORD FORM

USERNAME
PASSWORD
SAVE PASSWORD

<html>
<body>
<Form action="DRANZER.html" method= GEt>
<table border="0">


<tr>
  <th>USERNAME</th>
  <td><INPUT TYPE="TEXT" NAME="t" VALUE=""></td>
</tr>

<tr>
  <th>PASSWORD</th>
  <td><INPUT TYPE="PASSWORD" NAME="P"></td>
</tr>

</table>
<input type="checkbox" name=checked"/>SAVE PASSWORD

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

</body>
</html>

Tuesday, January 17, 2012

HTML TABLE CREATION

<html>
<body>

<table border="1">


<tr>
  <th>PHOTO :</th>
  <td><img src="C:\Documents and Settings\Student\My Documents\Downloads\Akatsuki_Chibi.jpg"

width="304" height="228"/></td>
</tr>

<tr>
  <th>Name:</th>
  <td>XYZ</td>
</tr>


<tr>
  <th>DOB</th>
  <td>1/2/1991</td>
</tr>


<tr>
  <th>Father's Name</th>
  <td>pqr</td>
</tr>

<tr>
  <th>Nationality</th>
  <td>indian</td>
</tr>

<tr>
  <th>GENDER</th>
  <td>

<form>
<input type="radio" name="GENDER" value="male" /> Male<br />
<input type="radio" name="GENDER" value="female" /> Female
</form>


  </td>
  </tr>

<tr>
  <th>hobbies</th>

  <td>

<ol>
<li></li>
<li></li>
</ol>

</td>

</tr>

<tr>
  <th>QUALIFICATION</th>
  <td></td>
</tr>

<tr>
  <th >

<table border="1">

<tr>
<th>class        </th>
<th>MARKS        </th>
<th>DIVISION</th>
</tr>

<tr>
<td>10</td>
<td>90</td>
<td>distinction</td>
</tr>

<tr>
<td>12</td>
<td>80</td>
<td>distinction</td>
</tr>

</table>

  </th>
  <td><td>
</tr>

</table>

</body>
</html>

PHOTO :
Name: XYZ
DOB 1/2/1991
Father's Name pqr
Nationality indian
GENDER
Male
Female
hobbies
QUALIFICATION
class MARKS DIVISION
10 90 distinction
12 80 distinction