HTML5技术

HTML5标签学习笔记 - 就只是小茗

字号+ 作者:H5之家 来源:H5之家 2017-02-28 11:00 我要评论( )

!DOCTYPE htmlhtml lang="zh-cn"headmeta http-equiv="content-type" content="text/html; charset=utf-8"titleHtml5Test/titlestylesection{margin: 30px 0;}/style/headbodyheaderhgrouph1html5Tag/h1/hgroup/headernav/navarticleheader/headersectioncom

<!DOCTYPE html> <html lang="zh-cn"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <title>Html5Test</title> <style> section{ margin: 30px 0; } </style> </head> <body> <header> <hgroup> <h1>html5Tag</h1> </hgroup> </header> <nav></nav> <article> <header></header> <section> <command>hello</command> </section> <section> <details> <summary>总得来说</summary> <p>总得来说的详细叙述</p> </details> </section> <section> <input type="text" list="books"> <datalist> <option value="三生三世十里桃花"></option> <option value="三生三世枕上书"></option> <option value="三生三世步生莲"></option> </datalist> </section> <section> <form oninput="x.value=parseInt(a.value)+parseInt(b.value)">0 <input type="range" value="50">100 +<input type="number" value="50"> =<output for="a b"></output> </form> <p><b>注释:</b>Internet Explorer 不支持 <output> 标签。</p> </section> <section> <input type="month"> <p><b>注释:</b>仅支持chrome内核的浏览器 <month> 标签。</p> </section> <section> <h2>可编辑列表</h2> <ul contenteditable="true"> <li>这是列表</li> <li>这是列表</li> <li>这是列表</li> <li contenteditable="false">这个不可编辑</li> </ul> </section> <footer></footer> </article> <aside></aside> <footer></footer> </body> </html>

 

1.本站遵循行业规范,任何转载的稿件都会明确标注作者和来源;2.本站的原创文章,请转载时务必注明文章作者和来源,不尊重原创的行为我们将追究责任;3.作者投稿可能会经我们编辑修改或补充。

相关文章
  • 小白学习H5从入门到放弃 - strength小宝

    小白学习H5从入门到放弃 - strength小宝

    2017-02-27 16:01

  • HTML5 File接口(在web页面上使用文件) - QxQstar

    HTML5 File接口(在web页面上使用文件) - QxQstar

    2017-02-27 16:00

  • 跨专业学习编程的苦逼生活 QWQ嘤嘤嘤(第一周) - 天冷吃冰棍儿

    跨专业学习编程的苦逼生活 QWQ嘤嘤嘤(第一周) - 天冷吃冰棍儿

    2017-02-27 15:01

  • html5常用基本标签 - 宇宙坑一号

    html5常用基本标签 - 宇宙坑一号

    2017-02-26 15:01

网友点评