Guest User

Untitled

a guest
Jan 21st, 2019
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. <html>
  2.  
  3. <head>
  4. <title>todolist</title>
  5. <script src="//code.jquery.com/jquery-2.1.3.min.js"></script>
  6. <script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.11.2/jquery-ui.min.js"></script>
  7. </head>
  8. <link rel="stylesheet" type="text/css" href="/todolist/css/base.css?ver=1.2">
  9.  
  10. <body>
  11. <div class="container">
  12. <h2>Todo List 5</h2>
  13. <form name="todoForm" class="target" id="inputForm">
  14. <input class="inputTxt" type="text" name="addToList" autofocus>
  15. <input type="submit" name="btnSubmit" value="Add">
  16. </form>
  17. <input type="button" id="btnClear" value="Clear All Tasks">
  18.  
  19. <ol id="myList"></ol>
  20. </div>
  21. <script type="text/javascript">
  22.  
  23. </script>
  24. </body>
  25.  
  26. </html>
Add Comment
Please, Sign In to add comment