Advertisement
Guest User

Untitled

a guest
Nov 18th, 2019
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.49 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <html lang="en">
  4.  
  5.     <head>
  6.         <meta charset="utf-8">
  7.         <title>FindThePrecious.com</title>
  8.     </head>
  9.  
  10.  
  11.  
  12.     <body>
  13.         <header>
  14.             <div style="clear:both;width:520px;">
  15.             <fieldset>
  16.                 <h1>FindThePrecious.com</h1>
  17.                 <nav>
  18.                         <a href="#">Fellows</a>
  19.                         <a href="#"> Contact us</a>
  20.                 </nav> 
  21.                 <h1>Dangerous fellowship try to destroy the ring</h1>
  22.                 <h3>Orc, Goblins, Balrog, protect your master Sauron !</h3>
  23.             </fieldset>
  24.             </div>
  25.         </header>
  26.  
  27.  
  28.  
  29.         <section>
  30.             <h2>Fellows wanted dead</h2>
  31.             <h3>(or alive if you want to eat them later)</h3>
  32.  
  33.             <div style="float:left ;width:220px;">
  34.             <img src="http://via.placeholder.com/140x140" alt="placeholder">
  35.             <h2>The Wizard</h2>
  36.             <p>Small description...</p>
  37.             </div>
  38.  
  39.             <div style="float:left;width:220px;">
  40.             <img src="http://via.placeholder.com/140x140" alt="placeholder">
  41.             <h2>Hobbit#3</h2>
  42.             <p>Small description...</p>
  43.             </div>
  44.  
  45.                 <div style="float:left;width:220px;">
  46.             <img src="http://via.placeholder.com/140x140" alt="placeholder">
  47.             <h2>Yummy Dwarf</h2>
  48.             <p>Small description...</p>
  49.             </div>
  50.         </section>
  51.  
  52.  
  53.         <section>
  54.             <div style="clear:both;width:520px;">
  55.                 <fieldset> 
  56.                     <h2>Contact us</h2>
  57.                     <form>
  58.                        
  59.                         <div>
  60.                         <input type="text" name="@" value="@">
  61.                         </div>
  62.  
  63.                         <div>
  64.                         <input type="text" name="adresse" value="adresse">
  65.                         </div>
  66.  
  67.                         <div>
  68.                         <select>
  69.                             <option>I have seen one of them</option>
  70.                             <option>coucou</option>
  71.                         </select>
  72.                         </div>
  73.  
  74.                         <div>
  75.                         <textarea name ="text" placeholder="Your message"></textarea>
  76.                         </div>
  77.  
  78.                         <div>
  79.                         <input type="submit" NAME="Send !" VALUE=" Send ! ">
  80.                         </div>
  81.  
  82.                     </form>
  83.                 </fieldset>
  84.             </div>
  85.         </section>
  86.  
  87.  
  88.         <footer>
  89.             <nav>
  90.             <div>
  91.                 <div style="float:left;width:220px;">
  92.                 <ul>
  93.                     <li><a href="#">About us</a></li>
  94.                     <li><a href="#">Fellows</a></li>
  95.                     <li><a href="#">Join our army</a></li>
  96.                 </ul>
  97.                 </div>
  98.  
  99.                 <div style="float:left;width:220px;">
  100.                 <ul>
  101.                     <li><a href="#">FAQ</a></li>
  102.                     <li><a href="#">Reward conditions</a></li>
  103.                     <li><a href="#">Legal mentions</a></li>
  104.                 </ul>
  105.                 </div>
  106.  
  107.                 <div style="float:left;width:220px;">
  108.                 <ul>
  109.                     <li><a href="#"><b>Sauon4Ever.com</b></a></li>
  110.                     <li><a href="#"><b>Follow him also on twitter</b></a></li>
  111.                 </ul>
  112.                 </div>
  113.             </div>
  114.             </nav>
  115.         </footer>
  116.  
  117.     </body>
  118.  
  119. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement