Advertisement
Guest User

IndexChallange6.html

a guest
Apr 26th, 2020
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.15 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.css">
  7.     </head>
  8.     <body>
  9.  
  10.         <nav>
  11.             <ul>
  12.                 <li>FindThePrecious.com</li>
  13.                 <li>Fellows</li>
  14.                 <li>Contact us</li>
  15.                 <li></li>
  16.             </ul>
  17.         </nav>
  18.  
  19.         <section>
  20.             <div class="carousel"></div>
  21.         </section>
  22.  
  23.         <section id="firsth2">
  24.             <h2>Fellows wanted dead <span>(or alive if you want to eat them later)</span></h2>
  25.         </section>
  26.  
  27.         <section id="pic">
  28.             <article></article>
  29.             <article></article>
  30.             <article></article>
  31.         </section>
  32.  
  33.         <form>
  34.             <hr>
  35.             <h2 id="contact">Contact us</h2>
  36.             <input type="email" placeholder="@"> </br>
  37.             <input type="text" placeholder="&#8962;"> </br>
  38.             <input type="text" placeholder="I have seen one of them"> </br>
  39.             <textarea placeholder="Your message"></textarea>  </br>
  40.         </form>
  41.  
  42.     </body>
  43.   </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement