HTML

5.7_pinkfairyarm.html

Nov 18th, 2016
165
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 2.81 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="author" content="Jacob Howard">
  6. <meta name="description" content="The Pink Fairy Armadillo!">
  7. <meta name="keywords" content="html, armadillo, pink fairy armadillo, block level elements">
  8. <link rel="shortcut icon" type="image/jpg" href="img\favicons\pinkfairyarm.jpg">
  9. <link rel="stylesheet" type="text/css" href="css\5.7_pinkfairyarm.css">
  10. <title>The Pink Fairy Armadillo</title>
  11. </head>
  12.  
  13. <body>
  14. <center>
  15. <div>
  16. <header>
  17. <br><br><br>
  18. <!-- The logo. -->
  19. <img src="img\logos\thepinkfairyarmlogo.png" type="image/png">
  20. </header>
  21. <nav>
  22. <!-- Hyperlinks to other resources used in the making of this page. -->
  23. <a target="_blank" href="https://en.wikipedia.org/wiki/Pink_fairy_armadillo"><button>PFA On Wikipedia</button></a>
  24. <a target="_blank" href="http://animaldiversity.org/accounts/Chlamyphorus_truncatus/"><button>PFA on Animal Diversity</button></a>
  25. <a target="_blank" href="http://a-z-animals.com/animals/pink-fairy-armadillo/"><button>More Information</button></a>
  26. <a target="_blank" href="https://www.youtube.com/watch?v=SLq9yF66BBk"><button>YouTube video of the PFA</button></a>
  27. <a target="_blank" href="https://animalcorner.co.uk/animals/armadillo/"><button>Other Armadillos!</button></a>
  28. </nav>
  29. <article>
  30. <p>
  31. <br> The <em>Pink Fairy armadillo</em> is an animal that has been
  32. <br> listed as <strong>'Threatened'</strong> since 1970.
  33. <br> This is because of the fact that there
  34. <br> are a lot of prey that tend to want to hunt the
  35. <br> Pink Fairy - a <u>dangerous</u> amount.
  36. <br> And just some weather problems
  37. <br> in general that could possibly cause a
  38. <br> harmful climate to the <em>Pink Fairy armadillo</em>.
  39. </p>
  40. <img
  41.     style="height:140px; width:325px;"
  42.     src="img\pinkfairyarm.png">
  43. </article>
  44. <aside>
  45. <!-- This is all displayed on the left side of the page where the quiz is created. -->
  46. <form>
  47. <label for="grade-levels"><h3>Did this article help you learn <br>something new about the <br>Pink Fairy armadillo?</h3>
  48.     <input id="yesno" type="radio" name="didThisHelp" value="Yes" checked> Yes!<br>
  49.     <input id="yesno" type="radio" name="didThisHelp" value="Nope"> Nope.<br>
  50. </label>
  51. </form>
  52. <form>
  53. <label for="grade-levels"><h3>Did you already know about <br>the Pink Fairy armadillo <br>before reading this article?</h3>
  54.     <input id="yesno" type="radio" name="didYouKnow" value="Yes" checked> Yes!<br>
  55.     <input id="yesno" type="radio" name="didYouKnow" value="Nope"> Nope.<br>
  56. <!-- This is the submit button. -->
  57.     <input style="
  58.     height:50px;
  59.     width:499px;
  60.     border: 1px solid black;
  61.     backgroud:pink;
  62.     border-radius:15px;
  63.     "type="submit"
  64.     value="Submit">
  65. </label>
  66. </form>
  67. </aside>
  68. <footer>
  69. <!-- The makeshift copyright notice. -->
  70. <h4>Page designed by <em>Jacob Howard</em>, 2016.</h4>
  71. </footer>
  72. </div>
  73. </center>
  74. </body>
  75. </html>
Advertisement
Comments
  • User was banned
Add Comment
Please, Sign In to add comment