Advertisement
Guest User

Untitled

a guest
Apr 19th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="pl">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Przykład 54 - Relacje między elementami</title>
  6. </head>
  7. <body>
  8.  
  9. <h1>Przykład 54 - Relacje między elementami</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. <!-- komentarz -->
  18. </ul>
  19.  
  20. <script src="js/scripts.js"></script>
  21. </body>
  22. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement