SGK Tin học 12 Cánh diều Bài 6. Tạo biểu mẫu có đáp án

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

4/6

Em hãyhiệuchỉnhvănbản HTML trongbàiluyệntậpđểchỉchophépchọnmộtmônthểthaotrongdanhsáchcácmônthểthaođượcgợi ý. 

0/3000 ký tự
Giải thích

<!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ọ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 = "Đăng" 

<input type = "sumbmit" name = "cmd" value = "Huỷbỏ" 

</from> 

</body>  

</html>