Advertisement
nanou11

Find The Precious3

Feb 27th, 2020
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.87 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.         <nav>
  10.             <ul>
  11.                 <li class="site">FindThePrecious.com</li>
  12.                 <li class="lien">Fellows</li>
  13.                 <li class="lien">Contact us</li>
  14.             </ul>
  15.         </nav>
  16.         <section>
  17.             <div class="carousel">
  18.                 <a title="banner" href="https://placeholder.com/"><img src="https://via.placeholder.com/700x200" alt="banner"></a>
  19.             </div>
  20.         </section>
  21.         <section>
  22.             <h2 class="h2"><a class="title">Fellows wanted dead </a>(or alive if you want to eat them later)</h2>
  23.         </section>
  24.         <section class="article">
  25.             <article>
  26.                 <a title="wizard" href="https://placeholder.com/"><img src="https://via.placeholder.com/220x300" alt="avatar1"></a>
  27.             </article>
  28.             <article>
  29.                 <a title="hobbit" href="https://placeholder.com/"><img src="https://via.placeholder.com/220x300" alt="avatar2"></a>
  30.             </article>
  31.             <article>
  32.                 <a title="dwarf" href="https://placeholder.com/"><img src="https://via.placeholder.com/220x300" alt="avatar3"></a>
  33.             </article>        
  34.         </section>
  35.  
  36.         <hr>
  37.  
  38.         <form>
  39.             <h2 class="title">Contact us</h2>
  40.             <div class="input">
  41.                 <input type="email" placeholder="@">
  42.                 <input type="text" placeholder="&#8962;">
  43.                 <label for="choice"></label>
  44.                 <select id="choice" name="choice">
  45.                     <option>I have seen one of them</option>
  46.                 <textarea placeholder="Your message"></textarea>
  47.             </div>
  48.         </form>
  49.     </body>
  50. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement