Advertisement
Guest User

WEBDESIGN2

a guest
Jul 22nd, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. !DOCTYPE html>
  2. <html>
  3. <title>Goes in tab</title>
  4. <head>
  5. <style>
  6.  
  7. #my_image {
  8. width: 50%;
  9. height: auto;
  10. }
  11. body {
  12. background-image: url(https://www.wikihow.com/images/d/df/Draw-Squidward-from-SpongeBob-SquarePants-Step-22.jpg");
  13. }
  14. </style>
  15. <body>
  16. <p>My leg!</p>
  17. <img src="download.jpg"></img>
  18. <br>
  19. <form>
  20. <input type="text" value="what hurts">
  21. <input type="radio" name="location" value="krusty_krab">"go to Krusty Krab"<br>
  22. <input type="radio" name="location" value="chum_bucket">"Go to Chum Bucket"<br>
  23. <input type="radio" name="location" value="hospital">"Go to Hospital"<br>
  24. <input type="submit">
  25. </form>
  26. <p>WELCOME
  27. <br>
  28. World!</p>
  29. <a href=https://orig00.deviantart.net/afa8/f/2015/117/a/f/possible_mortal_kombat_quotes__squidward_tentacles_by_bettybop920-d8rbpcf.jpg
  30. </body>
  31. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement