当前位置:   article > 正文

todolist--html界面_todolist html

todolist html
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <title>todoList待办事项</title>
  7. </head>
  8. <body>
  9. <header>
  10. <section>
  11. <label for="title">ToDoList</label>
  12. <input type="text" id="title" placeholder="添加ToDo">
  13. </section>
  14. </header>
  15. <section>
  16. <h2>正在进行<span id="rodocount"></span></h2>
  17. <ol id="todolist" class="demo-box">
  18. </ol>
  19. <h2>已经完成<span id="rodocount"></span></h2>
  20. <ul id="donelist">
  21. </ul>
  22. </section>
  23. <footer>
  24. Copyright &copy;2014 todolist.cn
  25. </footer>
  26. </body>
  27. </html>

运行结果

 

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/盐析白兔/article/detail/640793
推荐阅读
相关标签
  

闽ICP备14008679号