Ảnh Màn Hình 2024-02-19 Lúc 17.39.57

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

<!

DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FPT</title>
</head>
<body>
<h3>DANG KI THANH VIEN</h3>
<label for="id">User Name:</label><br>
<input id = "id" type = "text" /> <br>
<label for="password">Password:</label><br />
<input id="password" type="password" /><br />
<label for="fullname">Full Name:</label><br/>
<input id="fullname" type="text"><br>
<label for="photo" >Photo:</labely<br>
<input id="photo" type="file"><br>
<label> Gioi tinh: </label>:</label>
<input name="gender" type="radio" > Nam,
<input name= "gender" type=" radio"> Nữ <br>
<div>
So thich
<label><input name="hobby" type="checkbox" value="1"> ca hat </label>
<label><input name="hobby" type="checkbox" value="2"> nhay mua </label>
<label><input name="hobby" type="checkbox" value="3"> the thao </labels>
<label><input name="hobby" type="checkbox" value="4"> khong </label>
</div>
<hr>
<button type="submit"> Register</button>
</body>
</html>

You might also like