前端学习(1041):todolist--html界面
生活随笔
收集整理的這篇文章主要介紹了
前端学习(1041):todolist--html界面
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
<!DOCTYPE html>
<html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>todoList待辦事項</title>
</head><body><header><section><label for="title">ToDoList</label><input type="text" id="title" placeholder="添加ToDo"></section></header><section><h2>正在進行<span id="rodocount"></span></h2><ol id="todolist" class="demo-box"></ol><h2>已經完成<span id="rodocount"></span></h2><ul id="donelist"></ul></section><footer>Copyright ©2014 todolist.cn</footer>
</body></html>
運行結果
總結
以上是生活随笔為你收集整理的前端学习(1041):todolist--html界面的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 前端学习(1042):todoList存
- 下一篇: 《网管员世界》征稿启事