Em hãy hiệu chỉnh văn bản HTML trong bài luyện tập để chỉ cho phép chọn
<!DOCTYPE html>
<html>
<head>
<title>index</title>
<meta charset="utf-8">
</head>
<body>
<from action = "hoithao.php" method = "POST">
<h3> Tham giahộithảo </h3>
Họvàtên: <input type=" type"= "text" name="txtHovaten">
Địachỉ Email: <input type=" type"= "text" name="txtĐiachiEmail">
<input type = "radio" name = "opttime" value = "10">Lớp 10
<input type = "radio" name = "opttime" value = "11">Lớp 11
<input type = "radio" name = "opttime" value = "12">Lớp 12
<p> Tham dựmôn: </p>
<input type = "checkbox" name = "chkBongBan">BóngBàn
<input type = "checkbox" name = "chkCauLong">CầuLông
<input type = "checkbox" name = "chkCoVua">Cờ Vua
<input type = "sumbmit" name = "cmd" value = "Đăngkí"
<input type = "sumbmit" name = "cmd" value = "Huỷbỏ"
</from>
</body>
</html>