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 ;)

Thursday, November 8, 2012

design a form for creating an account in a social networking site using HTML


<html style="width:900px; margin:auto">
<body >
<form name=f action="">
<center><h2><u>USER DETAILS</u></h2></center>
<br>

<pre>
UserId              <input type=text name=t1 size=15><br> 
First Name          <input type=text name=t2 size=15><br>
Last Name           <input type=text name=t3 size=15><br>
Sex                 <input type=radio name=r  value=male>M<input type=radio name=r value=female>F<br>
E-MAIL              <input type=text name=t5 size=15><br>
Password            <input type=password name="pwd" size=15><br>
Confirm Password    <input type=password name="pwd" size=15><br>
Country             <input type=text name=t8 size=15> <br>
Birthday            <input type=text name="date" size=15 value="dd/mm/yy">
<input type=submit value="send"><input type=reset value="cancel">
</pre></form>

</body></html>

No comments:

Post a Comment