Advertisement
Guest User

Untitled

a guest
Sep 19th, 2019
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.04 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.  
  4.  
  5. <head>
  6. <meta charset="utf-8">
  7. <title> Find the precious</title>
  8. <meta name="author" content="Pauline Drouhin">
  9. <meta name="description" content="The FindthePrecious website aims to provide
  10. all types of monsters with all they need to know to hunt the dangerous fellowship and bring back master Sauron's ring.">
  11.  
  12.  
  13.  
  14. </head>
  15.  
  16. <body>
  17.  
  18. <header>
  19.  
  20. <div id="div1">
  21. <ul>
  22. <li>FindThePrecious.com</li>
  23. <li>Fellows</li>
  24. <li>Contact Us</li>
  25. </ul>
  26. </div>
  27.  
  28. </header>
  29. <main>
  30.  
  31.  
  32. <section>
  33. <h2>Dangerous fellowship try to destroy the ring</h2>
  34. <h3>Orc, Goblins, Balrogs, protect your master Sauron !</h3>
  35.  
  36. </section>
  37. <hr/>
  38. <section>
  39. <div id="div2">
  40. <h1 id="performances">Fellows wanted dead </h1> <p>(Or alive if you want to eat them later)</p>
  41.  
  42. <ul>
  43. <li>
  44. <a href="#" title="Description page of the Wizard"> <img src="#" alt="Portrait of the Wizard"></a>
  45. <h3>The Wizard</h3>
  46. <p>small description...</p>
  47. </li>
  48.  
  49. <li>
  50. <a href="#" title="Description page of Hobbit #3"> <img src="#" alt="Portrait of Hobbit #3"></a>
  51. <h3>Hobbit #3</h3>
  52. <p>small description...</p>
  53. </li>
  54.  
  55. <li>
  56. <a href="#" title="Description page of the Yummy Dwarf"> <img src="#" alt="Portrait of the Yummy Dwarf"></a>
  57. <h3>Yummy Dwarf</h3>
  58. <p>small description...</p>
  59. </li>
  60. </ul>
  61. </div>
  62. </section>
  63.  
  64. <section>
  65. <h4 id="contact">Contact Us</h4>
  66.  
  67. <div class="form-container">
  68.  
  69. <form method="post" action="submit">
  70. <div>
  71. <label for="emailaddress">Email</label><input name="emailaddress" id="emailaddress" type="text" required>
  72. </div>
  73. <div>
  74.  
  75. <label for="address">Address</label><input name="address" id="address" type="text" required>
  76. </div>
  77.  
  78. <div>
  79. <label for="select">Select</label>
  80. <SELECT name="select" size="1" id="select">
  81. <OPTION>I have seen one of them
  82. <OPTION>Hobbit #1
  83. </SELECT>
  84. </div>
  85.  
  86. <div>
  87. <p><label for="comment">Comment</label></p><textarea name="comment" id="comment" placeholder="Your message" required></textarea>
  88. <button type="submit">Submit</button>
  89. </div>
  90. </form>
  91.  
  92. </div>
  93. </section>
  94.  
  95. </main>
  96.  
  97.  
  98. <footer>
  99. <div>
  100. <ul class="footer-links list-unstyled">
  101. <li><a href="#">About us</a></li>
  102. <li><a href="#">Fellows</a></li>
  103. <li><a href="#">Join our army</a></li>
  104. </ul>
  105.  
  106. <ul class="footer-links list-unstyled">
  107. <li><a href="#">FAQ</a></li>
  108. <li><a href="#">Reward conditions</a></li>
  109. <li><a href="#">Legal mentions</a></li>
  110. </ul>
  111.  
  112. <ul class="footer-links list-unstyled">
  113. <li><a href="#">Sauron4Ever.com</a></li>
  114. <li><p>Follow him on <a href="#">Twitter</a> for more</p></li>
  115. </ul>
  116.  
  117. </div>
  118. </footer>
  119. </body>
  120.  
  121. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement