REGISTRATIONS
Mon Jul 08 2024 10:02:06 GMT+0000 (Coordinated Universal Time)
Saved by
@user01
<Html>
<head>
<title>
Registration Page
</title>
</head>
<body bgcolor="#96D4D4">
<h1>Registration Form</h1>
<br>
<form>
<label> Username </label>
<input type="text" id = "U1" size="15"/> <br> <br>
<label> Password: </label>
<input type="password" password="p1" size="15"/> <br> <br>
<label>
Course :
</label>
<select>
<option value="Course">Course</option>
<option value="CSE">CSE</option>
<option value="IT">IT</option>
<option value="ECE">ECE</option>
<option value="EEE">EEE</option>
<option value="CSM">CSM</option>
<option value="CSD">CSD</option>
</select>
<br>
<br>
<label>
Section :
</label><br>
<input type="radio" name="A"/> A <br>
<input type="radio" name="B"/> B <br> <br>
<label>
Gender :
</label><br>
<input type="radio" name="male"/> Male <br>
<input type="radio" name="female"/> Female <br>
<input type="radio" name="other"/> Other
<br>
<br>
<label for="phone">phone:</label>
<input type="text" name="country code" value="+91" size="2"/>
<input type="tel" id="phone" name="phone" pattern="[0-9]{3}-[0-9]{2}-[0-9]{3}" size="10"> <br><br>
<label>
Mail :
</label><br>
<input type="email" id="email "name="email"/> <br> <br>
<label>
State :
</label>
<select>
<option value = "select">select <br>
<option value = "TS">TS <br>
<option value = "AP">AP <br>
<option value = "TN">TN <br>
<option value = "KR">KR <br>
<option value = "BR">BR <br> <br>
</select> <br><br>
<input type="button" value="Submit"/>
</form>
</body>
</html>
content_copyCOPY
Comments