Sunday, June 27, 2010
Simple Form
<html><body><b>Please enter your particulars</b><form><label for="s">Name:</label> <input type="text" id="s"><br>Sex: <label for="sh">Male:</label><input type="radio" id="sh"> <label for="sha">Female:</label><input type="radio" id="sha"><br><label for="shal">Address:</label><br> <textarea name="address" cols=16 rows=9 id="shal">Your address</textarea><br><br><label for="sq">Group:</label> <select id="sq"><option>Biology<option selected >Computer science<option>Commerce</select> <br><br><label for="sw">Feespaid:</label> <input type="checkbox" id="sw"><br><br><input type="submit" value="submit"> <input type="submit" value="Reset"></form></body></html>
0 comments:
Post a Comment