摘要: 代码实例: 效果: 阅读全文
posted @ 2017-09-03 16:57 1点 阅读(245) 评论(0) 推荐(0)
摘要: 代码实例: 效果: 2017-09-03 13:18:41 阅读全文
posted @ 2017-09-03 13:19 1点 阅读(167) 评论(0) 推荐(0)
摘要: 图片 效果: detail和summary元素 test.html 效果: mark元素 test.html 效果: meter test.html 阅读全文
posted @ 2017-09-03 12:13 1点 阅读(363) 评论(0) 推荐(0)
摘要: url test1.html test.html 效果: email test1.html test.html 效果: date test.html 效果: time test.html 效果: month test..html 效果: week test.html 效果: number test. 阅读全文
posted @ 2017-09-03 10:35 1点 阅读(253) 评论(0) 推荐(0)
摘要: 代码实例: test.html test1.html 效果: 2017-09-03 09:58:08 阅读全文
posted @ 2017-09-03 09:59 1点 阅读(299) 评论(0) 推荐(0)
摘要: 代码实例: 效果: 2017-09-02 23:56:57 阅读全文
posted @ 2017-09-02 23:58 1点 阅读(976) 评论(1) 推荐(0)
摘要: 代码实例: test.html test1.html 效果: 2017-09-02 23:24:02 阅读全文
posted @ 2017-09-02 23:26 1点 阅读(848) 评论(0) 推荐(0)
摘要: 23:01:09 2017-09-02 阅读全文
posted @ 2017-09-02 23:02 1点 阅读(1158) 评论(0) 推荐(0)
摘要: 颜色变化代码: HTML: JS 效果: 16:04:28 2017-09-02 阅读全文
posted @ 2017-09-02 16:05 1点 阅读(352) 评论(0) 推荐(0)
摘要: 鼠标事件 单击 js 效果: 双击 mousedown:当用户按下了鼠标还未弹起时触发。input.onmousedown = function () {alert('Lee');}; mouseup:当用户释放鼠标按钮时触发。input.onmouseup = function () {alert 阅读全文
posted @ 2017-09-02 09:45 1点 阅读(164) 评论(0) 推荐(0)