beannshie

HTML

Nov 4th, 2017
526
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>x</title>
  5. <link rel='stylesheet' href="x.css"/>
  6. <link rel='icon' href="x.png">
  7. </head>
  8. <body>
  9. <div class="logo">
  10. <a href=""><img class="logo-img" src="x.png"/></a>
  11. </div>
  12. <div class="navigation">
  13. <nav>
  14. <ul>
  15. <li><a class="indent">a</a></li>
  16. <li><a class="navigaton-elements" id="nav-1" href="">1</a></li>
  17. <li><a class="navigaton-elements" id="nav-2" href="">2</a></li>
  18. <li><a class="navigaton-elements" id="nav-3" href="">3</a></li>
  19. </ul>
  20. </nav>
  21. </div>
  22.  
  23. <div id="test-div">
  24. <input type="text" id="search"/>
  25. <button type="submit" onclick="query()">Submit</button>
  26. <button type="submit" onclick="newInput()">New</button>
  27. <button type="submit" onclick="remove()">Delete</button>
  28. <button type="submit" onclick="deleteAll()">Delete All</button>
  29. <div class="query-div"><p class="query-p">Test-a</p></div>
  30. <div class="query-div"><p class="query-p">Test-b</p></div>
  31. <div class="query-div"><p class="query-p">Test-ba</p></div>
  32. <p id="child"></p>
  33. </div>
  34.  
  35. <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
  36. <script src="x.js"></script>
  37. <script src="x2.js"></script>
  38. </body>
  39. </html>
Advertisement
Add Comment
Please, Sign In to add comment