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

Em hãy soạn thảo văn bản HTML để tạo biểu mẫu với các điều khiển nhập liệu như ở Hình 6. 

3/6

Em hãysoạnthảovănbản HTML đểtạobiểumẫuvớicácđiềukhiểnnhậpliệunhư ở Hình 6. 

blobid0-1712829925.png

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> 

blobid1-1712829935.png