Index - Copy (4) Samruddhi 1
Index - Copy (4) Samruddhi 1
DOCTYPE html>
<html lang="en">
<header>
<caption>
<b>Student Registration form</b></caption>
<tr>
<br>
<br>
<td>
ABCD
</td>
<br>
<td>
3026539
</td>
<br>
</tr>
</th>
</table>
<br>
<form action="/action.php">
<br>
<input type="text" placeholder="username">
<br>
<br>
<input type="password" placeholder="password">
<br>
<br>
<input type="radio" value="class 11" name="class">class 11
<br>
<br>
<input type="radio" value="class 12" name="class">class 12
<br>
<br>
<label for="CS">
<p><b>Subjects</b></p>
<input type="checkbox" value="CS" name="subject" id="104"> Science
</label>
<br>
<label for="CS">
<input type="checkbox" value="CS" name="subject" id="104"> Maths
</label>
<br>
<label for="CS">
<input type="checkbox" value="CS" name="subject" id="104"> Physics
</label>
<br>
<label for="CS">
<input type="checkbox" value="CS" name="subject" id="104">
Chemistry
</label>
<br>
<label for="CS">
<input type="checkbox" value="CS" name="subject" id="104"> Biology
</label>
<br>
<br>
<b>Select Your City</b>
<br>
<br>
<select name="city">
<option value="Delhi">Delhi</option>
<option value="Pune">Pune</option>
<option value="Banglore">Banglore</option>
<option value="Mumbai">Mumbai</option>
</select>
<br>
<br>
<textarea name="feedback" id="101" placeholder="please give your
feedback here" rows=5></textarea>
<br>
<br>
<input type="submit" value="submit">
<br><br>
</form>
</main>
<footer>
<h5>contact me at [email protected]</h5>
</footer>
</body>
</html>