您的位置:首页 > 其它

点击文字选中的单选和复选框

2016-05-04 15:04 309 查看
<html>

<head>

<title>中国站长天空-网页特效-表单特效-点击文字选中的单选和复选框</title>

<meta http-equiv="content-Type" content="text/html;charset=gb2312">

</head>

<body>

<!--把下面代码加到<body>与</body>之间-->

<form>

<input type="radio" id="radio1" value="123" name="name"><label for="radio1">男</label>

<input type="radio" id="radio2" value="123" name="name"><label for="radio2">女</label>

<input type="checkbox" id="check1" value="456" name="name"><label for="check1">姓名</label>

<input type="checkbox" id="check2" value="456" name="name"><label for="check2">密码</label>

</form>

</body>

</html>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息