???1.表单提交: ?<form action="" method="get"></form> ???????????????input type radio ?text ?submit(提交) ?password(密码) ?checkbox(复选框)
???2.复选框: <input type="checkbox"id="male" /><label for="male">Male</label> for和id对应
01 HTML基础
原文地址:https://www.cnblogs.com/yangqi1209-com/p/8822744.html