html单选按钮

来源:互联网 发布:coc极速法术升级数据 编辑:程序博客网 时间:2024/06/16 09:03
<!DOCTYPE <!DOCTYPE html><html><head><meta charset="utf-8"/><title>表单中添加单选按钮</title></head><body><h2>心理测试</h2><hr>冬日一个人散步,最希望看到什么景色?<hr/><form action="" name="xlcs" method="post"><input type="radio" value="answerA" name="test"/>螃蟹<input type="radio" value="answerB" name="test1"/>红叶<input type="radio" value="answerC" name="test2"/>姑娘<input type="radio" value="answerD" name="test3"/>黑鹤</form></body></html>

原创粉丝点击