<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<form>
<marquee>registration</marquee >
<br>
FIRST NAME:<input type="text"name="first name"/>
<br><br>
LAST NAME:<input type="text"name="last name"/>
<br><br>
BIRTHDAY:<input type="date"name="birthday ">
<br><br>
USER NAME:<input type="text"name="user name"/>
<br><br>
PASSWORD:<input type="password"name="pasword"/>
GENDER:
<br>
<input type="radio"name="gender"value="male">male
<input type="radio"name="gender"value="female" >female
<br>
STATUS:
<br>
<input type="checkbox"name="married"value="married ">married
<br>
<input type="checkbox"name="single"value="single">single
<br>
<input type="checkbox"name="Engaged"value="Engaged">Engaged
<br>
COURSE :
<select name="dropdown">
<option value="ICT"selected>INFORMATION TECHNOLOGY</option>
<option value="BM">BUSINESS MANAGEMENT</option>
<option value ="BT">BUILDING TECHNOLOGY</option>
<option value="CD">COMMUNITY DEVELOPMENT</option>
<option value="ME">MECHANICAL ENGINEERING</option >
<option value="FB">FOOD AND BEVERAGE</option>
</select >
<br><br>
TIME:
<input type="time">
<br><br>
<input type="submit"name="submit"value="submit">
<input type="Reset"name="Reset"value="Reset">
</form>
</body>
</html>
Registration
Reviewed by Network security
on
May 19, 2019
Rating:
No comments: