Advertisement
Zholdek

04 - HTML : les bonnes pratiques

May 1st, 2020
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.90 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.   <head>
  4.     <meta charset="utf-8">
  5.     <html lang="fr-FR">
  6.     <meta name="author" content="F.F">
  7.     <meta name="description" content="">
  8.     <link rel="stylesheet" type="text/css" href="style.css">
  9.     <link rel="icon" href="favicon.ico" type="image/x-icon">
  10.     <title>FindThePrecious</title>
  11.   </head>
  12.   <body>
  13.         <header>
  14.             <div>
  15.                 <a href="http://www.FindThePrecious.com" title="Dangerous fellowship try to destroy the ring">FindThePrecious.com</a>
  16.             </div>
  17.             <nav>
  18.                 <ul>
  19.                     <li><a href="#" title="Fellows">Fellows</a></li>
  20.                     <li><a href="#" title="Contact-form">Contact Us</a></li>
  21.                 </ul>
  22.             </nav>
  23.             <div class="SliderHeader">
  24.                 <img src="https://via.placeholder.com/300x140" alt="Slider-Accueil" title="Dangerous fellowship try to destroy the ring">
  25.                 <h2> Dangerous fellowship try to destroy the ring</h1>
  26.                 <h3> Orcs, Goblins, Balrogs, protect your master Sauron ! </h2>
  27.             </div>
  28.         </header>
  29.         <main>
  30.             <div class="FellowsCarousel">
  31.                 <h2> Fellows wanted dead </h1>
  32.                 <div class="bloc1">
  33.                     <h3> The Wizard </h2>
  34.                     <img src="https://via.placeholder.com/100x100" alt="vignette1" title="The Wizard"></a>
  35.                 </div>
  36.                 <div class="bloc2">
  37.                     <h3> Hobbit#3 </h2>
  38.                     <img src="https://via.placeholder.com/100x100" alt="vignette2" title="Hobbit#3"></a>
  39.                 </div>
  40.                 <div class="bloc3">
  41.                     <h3> Yummy Dwarf </h2>
  42.                     <img src="https://via.placeholder.com/100x100" alt="vignette3" title="Yummy Dwarf"></a>
  43.                 </div>
  44.             </div>
  45.             <form action="" method="post">
  46.                 <h2> Contact us </h2>
  47.                 <ul>
  48.                     <li>
  49.                         <label for="mail">E-mail</label>
  50.                         <input type="email" id="email" name="user_email">
  51.                     </li>
  52.                     <Li>
  53.                         <label for="adress">Home</label>
  54.                         <input type="text" id="adress" name="user_adress">
  55.                     </Li>
  56.                     <Li>
  57.                         <select name="select" id="select">
  58.                             <option value="">I have seen one of them</option>
  59.                         </select>
  60.                     </Li>
  61.                     <Li>
  62.                         <label for="msg">Your message</label>
  63.                         <textarea id="mesg" name="user_message"></textarea>
  64.                     </Li>
  65.                     <Li class="button">
  66.                         <button type="submit">Send !</button>
  67.                     </Li>
  68.                 </ul>
  69.             </form>
  70.         </main>
  71.         <footer>
  72.             <ul>
  73.                 <li><a href="#" title="">About us</a></li>
  74.                 <li><a href="#" title="">Fellows</a></li>
  75.                 <li><a href="#" title="">Join our army</a></li>
  76.             </ul>
  77.             <ul>
  78.                 <li><a href="#" title="">FAQ</a></li>
  79.                 <li><a href="#" title="">Reward conditions</a></li>
  80.                 <li><a href="#" title="">Legal mentions</a></li>
  81.             </ul>
  82.             <a href="http://www.Sauron4Ever.com" title="La page qui va bien">Sauron4Ever.com</a>
  83.                 <a> Follow him also on twitter</a>
  84.         </footer>
  85.   </body>
  86. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement