Advertisement
Guest User

Untitled

a guest
Apr 3rd, 2020
323
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>
  3. <head>
  4. <title>PANDA :)</title>
  5. <link rel="stylesheet" type="text/css" href="style.css">
  6. </head>
  7. <body>
  8. <h1>PANDA</h1>
  9. <img id="imagen1" src="img/panda.jpg">
  10. <p color="blue" id="texto"><em>LIKE SI ES MONO</em></p>
  11. <div id="section">
  12. <td>
  13. <p id="Likes">1 Likes</p>
  14. <p id="DisLikes">1 DisLikes</p>
  15. </td>
  16. </div>
  17. <img id="upvote" src="img/like.png" hspace="20" vspace="10" onclick="upvote()">
  18. <img id="downvote" src="img/dislike.png" hspace="20" vspace="10" onclick="downvote()">
  19. <script src="script.js"></script>
  20. </body>
  21. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement