Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2020
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.49 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="author" content="Sauron">
  6. <meta name="description" content="Ring's lover.">
  7. <title>findThePrecious</title>
  8. </head>
  9. <body>
  10. <header>
  11. <h2>findThePrecious</h2>
  12. <nav>
  13. <a href="#fellows">Fellows</a>
  14. <a href="#contactus">Contact us</a>
  15. </nav>
  16. </header>
  17.  
  18. <main>
  19. <section>
  20. <h2 id="fellows">Fellows wanted dead</h2>
  21. <p>(or alive if you want to eat them later)</p>
  22. <br/>
  23. <table>
  24. <tr>
  25. <td><img src="https://via.placeholder.com/140" alt="Fellows"></td>
  26. <td><img src="https://via.placeholder.com/140" alt="Fellows"></td>
  27. <td><img src="https://via.placeholder.com/140" alt="Fellows"></td>
  28. </tr>
  29. <tr>
  30. <td>Name</td>
  31. <td>Name</td>
  32. <td>Name</td>
  33. </tr>
  34. <tr>
  35. <td>Lorem ipsum dolor sit amet consectetur, adipisicing elit. Cum, minima debitis. Placeat cum quibusdam veritatis laborum aperiam repudiandae neque distinctio, quaerat reiciendis ab eius possimus odit, eligendi doloremque natus dolorem.</td>
  36. <td>Lorem ipsum dolor sit amet consectetur adipisicing elit. Incidunt provident ipsum blanditiis tempore dignissimos a odio quam voluptatem iure iusto, deleniti ex delectus quis omnis accusantium dolore nostrum. Explicabo, minima!</td>
  37. <td>Lorem ipsum dolor sit amet consectetur, adipisicing elit. Officiis nulla assumenda a fugiat, quam maxime laborum et, perferendis asperiores reprehenderit tempora consequuntur fugit incidunt iste id! Voluptate aut ea voluptatum.</td>
  38. </tr>
  39. </table>
  40. </section>
  41. <hr/>
  42. <section>
  43. <h2 id="contactus">Contact us</h2>
  44. <form>
  45. <label for="email">Your Email</label>
  46. <input name="email" type="email" id="email"/>
  47. <br/>
  48. <label for="adress">Your Adress</label>
  49. <input name="adress" type="text" id="adress"/>
  50. <br/>
  51. <select id="diduseethem" name="diduseethem">
  52. <option value="yes">I have seen one of them</option>
  53. <option value="no">I have not seen one of them</option>
  54. </select>
  55. <br/>
  56. <label for="sendmessage">Send your message</label>
  57. <textarea name="sendmessage" id="sendmessage" rows="5" cols="50">Your message</textarea>
  58. <br/>
  59. <input type="submit" value="Send !" class="submit" />
  60. </form>
  61. </section>
  62. <hr/>
  63. </main>
  64.  
  65. <aside>
  66. <img src="https://via.placeholder.com/140" alt="it's a big square">
  67. </aside>
  68.  
  69. <footer>
  70. <a href="">About us</a>
  71. <a href="">Fellows</a>
  72. <a href="">Join our army</a>
  73. <a href="">FAQ</a>
  74. <a href="">Reward conditions</a>
  75. <a href="">Legal mentions</a>
  76. <br/>
  77. <b><a href="" title="A good website with a good guy">Sauron4Ever.com</a></b>
  78. <b><a href="https://twitter.com/lordofmordor?lang=en" title="Keep an eye (with fire around if you have) on the actuality of Mordor" target="_blank">Follow him also on twitter</a></b>
  79. </footer>
  80. </body>
  81. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement