上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 18 下一页
摘要: <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 侯伟东 阅读(3200) 评论(0) 推荐(0) 编辑
摘要: <form action="" method="get"> <input type="text" name="kk" pattern="[0-9]{4}"> <input type="submit"> 阅读全文
posted @ 2016-10-06 17:49 侯伟东 阅读(737) 评论(0) 推荐(0) 编辑
摘要: <form action=""> 账号:<input type="text" name="user"> 加密:<keygen name="mykey"> <input type="submit"></form> 阅读全文
posted @ 2016-10-06 17:27 侯伟东 阅读(277) 评论(0) 推荐(0) 编辑
摘要: <form action=""> <fieldset> <legend>用户注册</legend> 账号:<input type="text"> 密码:<input type="password"> <input type="submit"> </fieldset> </form> 阅读全文
posted @ 2016-10-06 16:52 侯伟东 阅读(279) 评论(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 侯伟东 阅读(173) 评论(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 侯伟东 阅读(1310) 评论(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 侯伟东 阅读(290) 评论(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 侯伟东 阅读(708) 评论(0) 推荐(0) 编辑
摘要: <form action="3.html">email:<input type="email" name="email" required="">网址<input type="url" required="">输入手机号码:<input type="tel" required=""><input t 阅读全文
posted @ 2016-10-03 17:25 侯伟东 阅读(188) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>表单</title></head><body> <!-- <form action="http://h123.date" method="get"> --> <fo 阅读全文
posted @ 2016-09-17 20:52 侯伟东 阅读(203) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 18 下一页