Advertisement
Guest User

index.html

a guest
Feb 26th, 2020
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.49 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.     <head>
  4.         <meta charset="UTF-8">
  5.         <title>Find the precious!</title>
  6.         <link rel="stylesheet" href="style - V2.css">
  7.     </head>
  8.     <body>
  9.         <nav>
  10.             <ul>
  11.                 <li>FindThePrecious.com</li>
  12.                 <li id="fellows">Fellows</li>
  13.                 <li>Contact us</li>
  14.             </ul>
  15.         </nav>
  16.         <section>
  17.             <div class="carousel"></div>
  18.         </section>
  19.         <section>
  20.             <h2 class="wanted">Fellows wanted dead (or alive if you want to eat them later)</h2>
  21.         </section>
  22.         <section class="article">
  23.             <article id="wizard">THE WIZARD</article>
  24.             <article id="hobbit">THE HOBBIT</article>
  25.             <article id="dwarf">THE DWARF</article>        
  26.         </section>
  27.         <hr>
  28.  
  29.         <form>
  30.             <h2>Contact us</h2>
  31.             <div id="email">
  32.                 <input  type="email" placeholder="@">                
  33.             </div>
  34.             <br>
  35.             <div id="direction">
  36.                 <input  type="text" placeholder="&#8962;">                
  37.             </div>
  38.             <br>
  39.             <div id="seen">
  40.                 <input type="text" placeholder="I have seen one of them">                
  41.             </div>
  42.             <br>
  43.             <div id="message">
  44.                 <textarea  placeholder="Your message"></textarea>                
  45.             </div>
  46.  
  47.         </form>
  48.     </body>
  49. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement