摘要: form action="#"> <input type="button" value="button"><!--代替submit提交--> <input type="checkbox"><!--单选打钩--> <input type="color"><!--颜色--> <input type="d 阅读全文
posted @ 2017-06-23 14:30 nozuonodai 阅读(192) 评论(0) 推荐(0)
摘要: <datalist>定义选项列表,与input配合使用,定义input可能的值 <article>定义外部内容 <aside>定义article以外的内容,aside的内容应与article内容相关 <command>定义命令按钮,比如单选按钮,复选按钮 <details>通过这个标签可以隐藏版权问 阅读全文
posted @ 2017-06-23 13:58 nozuonodai 阅读(103) 评论(0) 推荐(0)