Advertisement
Guest User

Untitled

a guest
Dec 11th, 2019
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.88 KB | None | 0 0
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>findThePrecious.com</title>
  6. <meta name="author" content="Chris">
  7. <meta name="description" content="HTML_WCS ">
  8. </head>
  9. <body>
  10. <header>
  11. <nav>
  12. <ol>
  13. <li><a href="FindthePrecious">FindthePrecious.com</a></li>
  14. <li><a href="Fellows">Fellows</a></li>
  15. <li class="ContactUs">Contact Us</li>
  16. </ol>
  17. </nav>
  18. <div id="carousel">
  19. <h2>Dangerous fellowship try to destroy the ring</h2>
  20. <p>Orcs, Goblins, Balrogs, protect your master Sauron!</p>
  21. <img src="http://via.placeholder.com/600x140" alt="banner">
  22. </div>
  23. </header>
  24. <section>
  25. <h1>Fellows wanted dead</h1>
  26. <p>(or alive if you want to eat them later)</p>
  27. <img src="https://onceuponapicture.files.wordpress.com/2017/03/sean-andrew-murray-the-jar-wizard.jpg" alt="The Wizard" height="150" width="150"/>
  28. <h6>The Wizard</h6>
  29. <p>Lorem ipsum dolor sit amet, consectetur adipis </p>
  30. <img src="https://static.mmzstatic.com/wp-content/uploads/2012/12/le-hobbit-un-voyage-inattendu.jpg" alt="Hobbit #3" height="150" width="150"/>
  31. <h6>Hobbit #3</h6>
  32. <p>Lorem ipsum dolor sit amet, consectetur adipis </p>
  33. <img src="http://si.wsj.net/public/resources/images/BN-GC126_thorin_D_20141218175102.jpg" alt="Yummy Dward" height="150" width="150"/>
  34. <h6>Yummy Dwarf</h6>
  35. <p>Lorem ipsum dolor sit amet, consectetur adipis </p>
  36. </section>
  37. <hr>
  38. <section>
  39. <h1>Contact Us</h1>
  40.  
  41. <form>
  42. <label for="email">email</label>
  43. <input id=email name=email placeholder="@mail.com" type="email" />
  44. <label for="adress">adress</label>
  45. <input id=adress name=adress placeholder="Adress" type="text" />
  46. <input placeholder="I have seen one of them" type="text" />
  47.  
  48. <p><br><textarea></textarea></p>
  49. <input type="submit" value="SEND" class="submit" />
  50. </form>
  51. </section>
  52. <footer>
  53.  
  54. <a href="" target=_blank>About Us</a>
  55. <a href="" target=_blank>Fellows</a>
  56. <a href="" target=_blank>Join Our Army</a>
  57. <a href="" target=_blank>FAQ</a>
  58. <a href="" target=_blank>Reward conditions</a>
  59. <a href="" target=_blank>Legal mentions</a>
  60. <b><a href="" target=_blank>Sauron4ever.com</a></b>
  61. <b><a href="" target=_blank>Follow him also on Twitter</a></b>
  62.  
  63. </footer>
  64. </body>
  65. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement