Advertisement
Guest User

new paste

a guest
Jul 22nd, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3. <title>goes in tab</title>
  4. <head>
  5. </head>
  6. <body>
  7. <style>
  8. #my_image {
  9. width: 50%;
  10. height: auto;
  11. }
  12. body {
  13. background-image: url("https://static.techspot.com/images2/news/bigimage/2018/09/2018-09-11-image-34.jpg");
  14. }
  15. </style>
  16. <p>movies!</p>
  17. <img src="my_leg.jpg" id="my_image"></img>
  18. <br>
  19. <form>
  20. <input type="text" value="which one?">
  21. <input type="radio" name="location" value="black panther">black panther<br>
  22. <input type="radio" name="location" value="dunkirk">dunkirk<br>
  23. <input type="radio" name="location" value="starwars">starwars<br>
  24. <input type="radio" name="location" value="jungle book">jungle book<br>
  25. <input type="submit">
  26. </form>
  27. <p>hello
  28. <br>
  29. <a href=https://www.rottentomatoes.com/top/?language=en>click me!</a>
  30. </body>
  31. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement