Sunday, March 11, 2012

Forms

f
f
HTML
RESULT
f f
<form>
First Name:<input type="text" name="first"/><br/>
Last Name:<input type="password" name="ps"/><br/><input type="radio" name ="rd" value="rd"/>Ajab<br/><input type="checkbox" name="ck" value="ck"/>Khan</br><input type="submit" name="sub" value="Send"/>
</form>

<form name="data" action="receve.html" mathod="post"/>
<input type="text"  value="Seach" name="txt"/>
<input type="post: name="btn" value="Search"/>
</form>
First Name:

Last Name:
Ajab
Khan


No comments:

Post a Comment