<html>

<body>

<p>姓名:<inputtype="text"value="tom"/></P>

<p>性别:<inputtype="radio"name="sex"value="male"/>男<inputtype="radio"name="sex"value="female"checked="checked"/>女

<p>爱好:<inputtupe="checkbox"/>音乐

<inputtupe="checkbox"/>体育

<inputtupe="checkbox"/>美术

<inputtupe="checkbox"/>武术</p>

</body>

</html>