Advertisement
Guest User

Untitled

a guest
Sep 30th, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>CSS</title>
  6. <link rel="stylesheet" href="css/style.css" media="all">
  7. <link rel="stylesheet" href="css/print.css" media="print">
  8. </head>
  9. <body>
  10. <h1>Spotify</h1>
  11.  
  12. <h2>Browse</h2>
  13.  
  14. <ul>
  15. <li><a href="#">Overview</a></li>
  16. <li><a href="#">Top Lists</a></li>
  17. <li><a href="#">Genres</a></li>
  18. </ul>
  19.  
  20. <img src="https://upload.wikimedia.org/wikipedia/en/5/55/Michael_Jackson_-_Thriller.png" alt="Thriller">
  21. </body>
  22. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement