Advertisement
eloise87

04 - HTML : les bonnes pratiques

Oct 22nd, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | None | 0 0
  1. <!doctype html>
  2.  
  3. <html lang="fr">
  4.  
  5. <head>
  6.  
  7. <meta charset="utf-8">
  8. <title> findThePrecious</title>
  9. <meta name="description" content="description de la page" />
  10. <meta name="author" content="Eloise Marie">
  11.  
  12. </head>
  13.  
  14.  
  15. <body>
  16.  
  17. <header>
  18.  
  19. <nav>
  20. <a href=""> findThePrecious.com</a>
  21.  
  22. <a href="">fellows</a>
  23.  
  24. <a href="">Contact us</a>
  25. </nav>
  26.  
  27. </header>
  28.  
  29. <main>
  30.  
  31. <img src ="https://via.placeholder.com/140" alt="image"/>
  32.  
  33.  
  34. <p>"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."</p>
  35.  
  36. <p> Fellows wanted dead ( or alive if you want to eat them later) </p>
  37.  
  38.  
  39. <img src ="https://via.placeholder.com/120" alt="image1"/> <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
  40.  
  41. <img src ="https://via.placeholder.com/120" alt="image2"/> <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
  42.  
  43. <img src ="https://via.placeholder.com/120" alt="image3"/> <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
  44.  
  45. <h2> Contact us </h2>
  46.  
  47. <form method="post">
  48.  
  49. <input type="text" maxlength="40" name="Adress">Adresse
  50.  
  51. <input type="text" maxlength="10" name="Home" /> Home
  52.  
  53. I have seen one of them: <input type="text" maxlength="10" name="I have seen one of them" />
  54.  
  55. <textarea rows ="5"> Your message</textarea>
  56.  
  57.  
  58. <input type="submit" value="Send" />
  59.  
  60. </form>
  61.  
  62. </main>
  63.  
  64.  
  65. <footer>
  66.  
  67. <a href="">About us</a>
  68.  
  69. <a href="">fellows</a>
  70.  
  71. <a href="">Join our army</a>
  72.  
  73. <a href="">FAQ</a>
  74.  
  75. <a href="">reward conditions</a>
  76.  
  77. <a href="">legal mentions</a>
  78.  
  79. <a href="">Sauron4ever.com</a>
  80.  
  81. <a href="">follow him also on twitter</a>
  82.  
  83.  
  84. </footer>
  85. </body>
  86.  
  87. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement