Advertisement
Guest User

Untitled

a guest
Feb 21st, 2020
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.39 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>findThePrecious</title>
  6. </head>
  7. <body>
  8. <header>
  9. <h1>findThePrecious</h1>
  10. <nav>
  11. <a href="">Fellows</a>
  12. <a href="">Contact us</a>
  13. </nav>
  14. </header>
  15.  
  16. <main>
  17. <section>
  18. <h1>Fellows wanted dead</h1>
  19. <p>(or alive if you want to eat them later)</p>
  20. <br/>
  21. <table>
  22. <tr>
  23. <td><img src="https://via.placeholder.com/140" alt=""></td>
  24. <td><img src="https://via.placeholder.com/140" alt=""></td>
  25. <td><img src="https://via.placeholder.com/140" alt=""></td>
  26. </tr>
  27. <tr>
  28. <td>Name</td>
  29. <td>Name</td>
  30. <td>Name</td>
  31. </tr>
  32. <tr>
  33. <td>Small description</td>
  34. <td>Small description</td>
  35. <td>Small description</td>
  36. </tr>
  37. </table>
  38. </section>
  39. <hr/>
  40. <section>
  41. <form>
  42. <label for="email">Your Email</label>
  43. <input name="email" type="email" id="email"/>
  44. <br/>
  45. <label for="adress">Your Adress</label>
  46. <input name="adress" type="text" id="adress"/>
  47. <br/>
  48. <select id="fellows" name="fellows">
  49. <option value="yes">I have seen one of them</option>
  50. <option value="no">I have not seen one of them</option>
  51. </select>
  52. <br/>
  53. <textarea name="message" rows="5" cols="50">Your message</textarea>
  54. <br/>
  55. <input type="submit" value="Send !" class="submit" />
  56. </form>
  57. </section>
  58. </main>
  59.  
  60. <aside>
  61. <img src="https://via.placeholder.com/140" alt="140x140">
  62. </aside>
  63.  
  64. <footer>
  65. <a href="">About us</a>
  66. <a href="">Fellows</a>
  67. <a href="">Join our army</a>
  68. <a href="">FAQ</a>
  69. <a href="">Reward conditions</a>
  70. <a href="">Legal mentions</a>
  71. <br/>
  72. <b><a href="">Sauron4Ever.com</a></b>
  73. <b><a href="">Follow him also on twitter</a></b>
  74. </footer>
  75. </body>
  76. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement