Advertisement
Guest User

Untitled

a guest
Apr 19th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="pl">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Przykład 53 - Tworzenie fragmentu dokumentu</title>
  6. </head>
  7. <body>
  8.  
  9. <h1>Przykład 53 - Tworzenie fragmentu dokumentu</h1>
  10.  
  11. <ul id="list">
  12. <li>Element listy 1</li>
  13. <li>Element listy 2</li>
  14. <li>Element listy 3</li>
  15. <li>Element listy 4</li>
  16. <li>Element listy 5</li>
  17. </ul>
  18.  
  19. <script src="js/scripts.js"></script>
  20. </body>
  21. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement