Student Reg
Student Reg
DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Validate</title>
</head>
<body>
<div align="left">
<h2> Student Registration</h2>
<form action="">
<fieldset>
<legend>Personal information</legend>
<datalist id="genders">
<option value="male">
<option value="female">
<option value="other">
</datalist>
</fieldset>
</body>
</html>