Advertisement
DSARRAZY

index.html (quête 6)

Nov 20th, 2019
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.16 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.         <header>
  10.             <nav>
  11.                 <ul>
  12.                     <li><a href="FindThePrecious.html">FindThePrecious.com</a></li>
  13.                     <li><a href="Fellows.html">Fellows</a></li>
  14.                     <li><a href="Contactus.html">Contact us</a></li>
  15.                 </ul>    
  16.             </nav>
  17.         </header>
  18.         <section>
  19.             <h1>Carousel</h1>
  20.             <div class="carousel"></div>
  21.             <a href="https://placeholder.com"><img src="https://via.placeholder.com/1000x300" title="banner" alt="banner"></a>
  22.         </section>
  23.         <section id="fellows">
  24.             <h2>Fellows wanted dead (or alive if you want to eat them later)</h2>
  25.             <a href="https://placeholder.com"><img src="https://via.placeholder.com/300" title="banner" alt="banner"></a>
  26.             <a href="https://placeholder.com"><img src="https://via.placeholder.com/300" title="banner" alt="banner"></a>
  27.             <a href="https://placeholder.com"><img src="https://via.placeholder.com/300" title="banner" alt="banner"></a>
  28.         </section>
  29.         <section>
  30.             <h3>lorem ipsum</h3>
  31.             <article>
  32.                 <h4>lorem ipsum</h4>
  33.                 <p>lorem ipsum</p>
  34.             </article>
  35.             <article>
  36.                 <h4>lorem ipsum</h4>
  37.                 <p>lorem ipsum</p>
  38.             </article>
  39.             <article>
  40.                 <h4>lorem ipsum</h4>
  41.                 <p>lorem ipsum</p>
  42.             </article>
  43.         </section>
  44.         <br>
  45.         <br>
  46.         <br>
  47.         <hr>
  48.         <form>
  49.             <h5>Contact us</h5>
  50.                 <div class="form">
  51.                     <input type="email" placeholder="@"><br>
  52.                     <input type="text" placeholder="&#8962;"><br>
  53.                     <input type="text" placeholder="I have seen one of them"><br>
  54.                     <textarea placeholder="Your message"></textarea>
  55.                 </div>
  56.         </form>
  57.     </body>
  58. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement