The BOTTOM LINE Quote Of The Day

The BOTTOM LINE Quote Of The Day

Don't Ever Tell GOD How BIG Your Problems are.
Just Tell Your Problems How BIG your GOD is ;)

Wednesday, October 31, 2012

design an identity card portal


<html>
<body >
<form name=f action="">
<center><h2><u>USER DETAILS</u></h2></center>

<pre> 
First Name :<input type=text name=t1 size=15><br>
Last Name  :<input type=text name=t2 size=15><br>
Sex        :<input type=radio name=r  value=male>M<input type=radio name=r value=female>F <br>
Profession :<input type=text name=t3 size=15><br>
H.NO       :<input type=text name=t4 size=15><br>
E-MAIL     :<input type=text name=t5 size=15><br>
Locality   :<input type=text name=t6 size=15><br>
City       :<input type=text name=t7 size=15><br>
State      :<input type=text name=t8 size=15><br>
Country    :<input type=text name=t9 size=15><br>
ZipCode    :<input type=text name=t10 size=15><br>
</pre>
<input bgcolor="#0000FF" type=submit value="submit" ></b><font size="5" color="#FF0000" ></font>
</form>
</body></html>

No comments:

Post a Comment