Advertisement
Guest User

Untitled

a guest
Feb 21st, 2020
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.66 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.     <head>
  4.         <meta charset="utf-8">
  5.         <meta name="author" content="Tad">
  6.         <meta name="description" content="findThePrecious is a website to help Master Sauron to find the precious ring and hobbits">
  7.         <title>FindThePrecious</title>     
  8.     </head>
  9.  
  10.     <body>
  11.         <header>FindThePrecious
  12.         <nav>
  13.             <ul>
  14.                 <li><a href="http://images.innoveduc.fr//integration_parcours/wireframe/wireframe-new.png" title="The place to find who want to destroy the ring">FindThePrecious</a></li>
  15.                 <li><a href="#fellows" title="fellows wanted dead">Fellows</a></li>
  16.                 <li><a href="#contact_us" title="the form to contact us and a message">Contatc Us</a></li>
  17.             </ul>
  18.         </nav>
  19.         </header>  
  20.        
  21.         <main>
  22.             <section>
  23.                 <a href="https://placeholder.com"><img src="https://via.placeholder.com/450x140.png?text=Dangerous+fellowship+try+to+destroy+the+ring" alt="background pictures"></a>
  24.                 <h1 id="fellows">Fellows wanted dead (or alive if you want to eat them later)</h1>
  25.                 <a href="https://placeholder.com"><img src="https://via.placeholder.com/150.png" alt="face of the wizard"></a>
  26.                 <h2>The wizard</h2>
  27.                 <p>Lorem ipsum dolor sit amet</p>
  28.                 <a href="https://placeholder.com"><img src="https://via.placeholder.com/150.png" alt="face of the hobbits #3"></a>
  29.                 <h2>Hobbit #3</h2>
  30.                 <p>Lorem ipsum dolor sit amet</p>
  31.                 <a href="https://placeholder.com"><img src="https://via.placeholder.com/150.png" alt="face of a yummy dwarf"></a>
  32.                 <h2>Yummy Dwarf</h2>
  33.                 <p>Lorem ipsum dolor sit amet</p>
  34.             </section>
  35.  
  36.             <section>
  37.                 <h3 id="contact_us">Contact us</h3>
  38.                 <form>
  39.                     <label for="email">Your email adress :<abbr title="required">*</abbr></label>
  40.                     <input type="text" id="email" placeholder="@"><br/>
  41.                     <label for="address">Your home address :<abbr title="required">*</abbr></label>
  42.                     <input type="text" id="address" placeholder="home"><br/>
  43.                     <label for="wanted">I have seen one of them: <abbr title="required">*</abbr></label>
  44.                     <select id="wanted" size="1">
  45.                         <option value="The Wizard">The Wizard</option>
  46.                         <option value="Hobbit #3">Hobbit #3</option>
  47.                         <option value="Yummy Dwarf">Yummy Dwarf</option>
  48.                         </select>
  49.                     <br/>
  50.                     <label for="message">Where have you seen him ?</label>
  51.                     <textarea id="message">Your message</textarea>
  52.                     <input type="submit" value="Send!">
  53.                 </form>
  54.             </section>
  55.         </main>
  56.  
  57.         <footer>
  58.             <ul>
  59.                 <li>About us</li>
  60.                 <li>Fellows</li>
  61.                 <li>Join our army</li>
  62.                 <li>FAQ</li>
  63.                 <li>Reward conditions</li>
  64.                 <li>Legal mentions</li>
  65.             </ul>
  66.             <p>Sauron4Ever.com</p>
  67.             <p>Follows him also on Twitter</p>
  68.         </footer>
  69.     </body>
  70. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement