<! registered form-->
<html>
<head>
<title>Registration Form</title>
</head>
<body>
<center>
<h1>Registration form</h1>
<form name="regform">
user Name
<input type="text" name="user" size="30">
</input>
<br>
PASSWPRD<input type="password" name="pwd" size=40 />
</br>
confirmPassword<input type="password" name="cpwd" size=30/>
<br/>
gender<input type="radio" name=sex/>male
<input type="radio" name=sex/>female <br/>
Qualification
<select>
<option>BE </option>
<option>Btech</option>
<option>MCA</option>
</select>
<br/>
courses <input type="checkbox"/>java
<input type="checkbox"/>html
<input type="checkbox"/>xml <br/>
comments <textarea rows=6 cols= 30>Enter your comments </textarea> <br/>
<input type="submit" value="register"/>
<input type="reset" value="clear"/>
</form>
</center>
</body>
</html>
<html>
<head>
<title>Registration Form</title>
</head>
<body>
<center>
<h1>Registration form</h1>
<form name="regform">
user Name
<input type="text" name="user" size="30">
</input>
<br>
PASSWPRD<input type="password" name="pwd" size=40 />
</br>
confirmPassword<input type="password" name="cpwd" size=30/>
<br/>
gender<input type="radio" name=sex/>male
<input type="radio" name=sex/>female <br/>
Qualification
<select>
<option>BE </option>
<option>Btech</option>
<option>MCA</option>
</select>
<br/>
courses <input type="checkbox"/>java
<input type="checkbox"/>html
<input type="checkbox"/>xml <br/>
comments <textarea rows=6 cols= 30>Enter your comments </textarea> <br/>
<input type="submit" value="register"/>
<input type="reset" value="clear"/>
</form>
</center>
</body>
</html>
No comments:
Post a Comment