Advertisement
Guest User

Quete HTLM Lucie C

a guest
Nov 18th, 2019
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 3.29 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.  
  5.   <!--  Meta  -->
  6.   <meta charset="UTF-8" />
  7.   <title>Find The Precious </title>
  8.  
  9.   <!--  Styles  -->
  10.   <link rel="stylesheet", href="styles/index.processed.css">
  11. </head>
  12. <body>
  13.  
  14.   <!--
  15.  
  16.    Wow! What do you want to build?
  17.  
  18.    You have so many possibilities right now... Looking for something to kick off?
  19.    How about a simple folio page to show off everything you're going to make!
  20.  
  21.  -->
  22.  
  23.   <!-- Scripts -->
  24.   <script src="scripts/index.js"></script>
  25.  
  26.  
  27. <nav>
  28.     <a style="background:#808080",href="/">FindThePrecious.com</a>
  29.     <a  style="background:#FFFFFF",href="#Fellows">Fellows</a>
  30.     <a style="background:#808080",href="/contact">Contact</a>
  31.   </nav>
  32. <section>
  33. <img src=https://via.placeholder.com/800x140?text=Dangerous+fellowships+try+to+destroy+the+ring+! alt="Le140">
  34. </section>
  35.  
  36. <section>
  37.   <h1 id="Fellows"><font size="14">Fellows Wanted Dead </font> or Alive if you want to eat them later !</h1>
  38.  
  39.     <table>
  40.        <tr><th>Villain #1</th><th>Villain #2</th><th>Villain #3</th></tr>
  41.        
  42.        <tr><td><img src=https://via.placeholder.com/140x140 alt="Le wild circus"></td><td><img src=https://via.placeholder.com/140x140 alt="Le wild circus"></td><td><img src=https://via.placeholder.com/140x140 alt="Le wild circus"></td></tr>
  43.        
  44.       <tr><td><b>The Wizzard</b></td><td><b>The Hobbit</b></td><td><b>Yummy Dwarf</b></td></tr>
  45.        <tr><td>Lorem ipsum dolor</td><td>Lorem ipsum dolor</td><td>Lorem ipsum dolor </td></tr>
  46.       </table>
  47. </section>
  48.  
  49.     <section>
  50.       <h2 id="Contact">Contact Us</h2>
  51.       <!-- TODO: Réalise un formulaire de contact avec les champs email et message plus un bouton pour envoyer le message. Pense bien à ajouter les labels pour les différents champs
  52.        Ce formulaire n'a pas besoin d'être fonctionnel, réalise juste la mise en forme.
  53.      -->
  54.      
  55.      <form action="/my-handling-form-page" method="post">
  56.          <div>
  57.         <textarea id="mail" name="user_mail" rows="1" cols="50">@</textarea>
  58.     </div>
  59.     <div>
  60.         <textarea id="adresse" name="user_adresse" rows="1" cols="50">🏡</textarea>
  61.     </div>
  62.        
  63.      <SELECT name="Cequejaivu" size="1">
  64. <OPTION>I have seen one of them
  65. <OPTION>I am the vilain you are looking for
  66. <OPTION>The HTML QUEST is WORSE than the RING ONE
  67. <OPTION>42
  68. <OPTION>Julien aime les bières
  69. </SELECT>  
  70.     <div>
  71.      
  72.         <textarea id="msg" name="user_message" rows="4" cols="50">Leave us a message !</textarea>
  73.     </div>
  74.        <div class="button">
  75.         <button type="submit">send message</button>
  76.     </div>
  77.       </form>
  78.     </section>
  79.   </body>
  80.  
  81.   <footer>
  82.     <p><a>About Us</a><a>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</a><a> FAQ</a></p>
  83.     <a><a>Fellows</a><a>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</a><a> Rewards Conditions</a><a>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</a><a><b>Sauron4Ever.com</b></a></p>
  84.     <a><a>Joins our army</a><a>&#160;&#160;&#160;&#160;&#160;</a><a>Legal mentions     </a><a>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</a><a><b>Follow him on Twitter</b></a></p>
  85.   </footer>
  86.   </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement