上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 19 下一页
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>表单综合练习</title> <style type="text/css"> form{width: 400px;background: #f7f7f7;paddi 阅读全文
posted @ 2016-10-06 18:32 侯伟东 阅读(574) 评论(0) 推荐(0)
摘要: <p><label for=""></label>这样单击后自动获得焦点</p> 阅读全文
posted @ 2016-10-06 18:15 侯伟东 阅读(984) 评论(0) 推荐(0)
摘要: <details open=""> <summary>点击率</summary> <p>详细信息</p> <ul> <li>高高高<meter max="10000" min="0" low="3000" high="8000" optimum="" value="9000"></meter></l 阅读全文
posted @ 2016-10-06 17:59 侯伟东 阅读(3229) 评论(0) 推荐(0)
摘要: <form action="" method="get"> <input type="text" name="kk" pattern="[0-9]{4}"> <input type="submit"> 阅读全文
posted @ 2016-10-06 17:49 侯伟东 阅读(742) 评论(0) 推荐(0)
摘要: <form action=""> 账号:<input type="text" name="user"> 加密:<keygen name="mykey"> <input type="submit"></form> 阅读全文
posted @ 2016-10-06 17:27 侯伟东 阅读(284) 评论(0) 推荐(0)
摘要: <form action=""> <fieldset> <legend>用户注册</legend> 账号:<input type="text"> 密码:<input type="password"> <input type="submit"> </fieldset> </form> 阅读全文
posted @ 2016-10-06 16:52 侯伟东 阅读(285) 评论(0) 推荐(0)
摘要: <form action="" id="myform"> <progress value="20" max="100"> </form> <form action=""> <meter value="5" max="100" min="0" high="80" low="10" optimum="3 阅读全文
posted @ 2016-10-05 20:01 侯伟东 阅读(176) 评论(0) 推荐(0)
摘要: <form action="" id="myform" oninput="num.value=parseInt(num1.value)+parseInt(num2.value)"> <input type="number" id="num1">+ <input type="number" id="n 阅读全文
posted @ 2016-10-05 19:45 侯伟东 阅读(1321) 评论(0) 推荐(0)
摘要: <form action="" autocomplete="on"> <input type="submit" value="搜索"> <select name="ss"> <optgroup label="11111"> <option value="A">aaaa</option> <optio 阅读全文
posted @ 2016-10-03 17:52 侯伟东 阅读(298) 评论(0) 推荐(0)
摘要: <form action=""><input type="checkbox" name="dx" value="a" id="a"> <label for="a">a</label><input type="checkbox" name="dx" value="b" id="b"><label fo 阅读全文
posted @ 2016-10-03 17:45 侯伟东 阅读(713) 评论(0) 推荐(0)
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 19 下一页