<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>666</title>
</head>
<body >
<p>
《荒野求生》
</p>
<form>
<form action="/demo/demo_form.asp">
姓
<input type="text" first name="">
<br>
名
<input type="text" last name="">
<br>
<p>兴趣:</p>
<form>
跑步:
<input type="checkbox" name="like"value="跑步">
游戏:
<input type="checkbox" name="like"value="游戏">
看书:
<input type="checkbox" name="like"value="看书">
<form>
<br>
<form action="/demo/demo_form.asp">
男:
<input type="radio" name="sex"vaule="男"/>
<br>
女:
<input type="radio" name="sex"vaule="女"/>
<br>
</form>
<input type="submit" value="Submit">
</form>
</body>
</html>
原文:https://www.cnblogs.com/ghostandgod/p/9657148.html