Advertisement
ariomega

HTML Bonnes pratiques

Feb 26th, 2020
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.60 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en" dir="ltr">
  3.  
  4. <head>
  5. <meta charset="utf-8">
  6. <title>FindThePrecious</title>
  7. </head>
  8.  
  9. <body>
  10.  
  11. <header>
  12. <div class="menu">
  13. <table>
  14. <tr>
  15. <td>
  16. <h1>Lorem ipsum</h1>
  17. </td>
  18. <td><a title="Fellows" href="#Fellows-pictures">Fellows</a></td>
  19. <td><a title="Contact" href="#Contact">Contact</a></td>
  20. </tr>
  21. </table>
  22. </div>
  23. </header>
  24.  
  25. <section>
  26. <div class="firstscreen">
  27. <img src="https://via.placeholder.com/140x140C/Ohttps://placeholder.com/" alt="FellowshipPicture"><h2>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud
  28. exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</h2>
  29. </div>
  30. </section>
  31.  
  32. <br>
  33.  
  34. <section>
  35. <div id="Fellows-pictures">
  36. <h3>Lorem ipsum dolor</h3>
  37. <p>Lorem ipsum dolor sit amet, consecteturgiatdatat non p.</p>
  38. <img src="https://via.placeholder.com/100C/Ohttps://placeholder.com/" alt="The_Wizard">sed do eiusmod tempor
  39. <img src="https://via.placeholder.com/100C/Ohttps://placeholder.com/" alt="Hobbbit3">sed do incididunt ut labore
  40. <img src="https://via.placeholder.com/100C/Ohttps://placeholder.com/" alt="YummyDwarf">sed do dolore magna aliqua
  41. </div>
  42. </section>
  43.  
  44. <hr>
  45.  
  46. <section>
  47. <div id="Contact">
  48. <h3>Lorem ipsum</h3>
  49. <form class="" action="index.html" method="post">
  50. <div class="mail">
  51. <label for="email">@</label>
  52. <input type="email" name="mail" value="" id="email">
  53. </div>
  54. <div class="M">
  55. <label for="maison">M</label>
  56. <input type="text" name="adress" value="" id="maison">
  57. </div>
  58. <div class="Selection">
  59. <select class="" name="select">
  60. <option value="">I have seen one of them</option>
  61. </select>
  62. </div>
  63. <div class="MesssageBox">
  64. <label for="message">Message</label>
  65. <textarea name="message" rows="8" cols="80" id="message"></textarea>
  66. <div class="Button">
  67. <button type="button" name="button">Send!</button>
  68. </div>
  69. </div>
  70.  
  71. </form>
  72. </div>
  73. </section>
  74.  
  75.  
  76.  
  77. <footer>
  78. <h5>lorem</h5>
  79. <p>ipsum</p>
  80. <p>mectum</p>
  81. <p>irtum</p>
  82. <p>consectetur</p>
  83. <p>dolor</p>
  84. <p><a title="Site_web" href="#"></a></p>
  85. <p>ubtum deluctum<a title="Twitter" href="#"></a></p>
  86. </footer>
  87.  
  88.  
  89. </body>
  90.  
  91. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement