Advertisement
Guest User

Untitled

a guest
Feb 17th, 2020
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.58 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="fr">
  3.       <head>
  4.         <meta charset="utf-8">
  5.         <meta name="description" content="Bienvenue sur le site de Soron. Il est à la recherche des personnes ayant volé son anneau. Si vous souhaitez aider à la quête, vous êtes le ou la bienvenue">
  6.         <meta name="author" content="Laetitia Gcv">
  7.         <title> Velut inpendio </title>
  8.       </head>
  9.       <body>
  10.  
  11.         <header class="page-header">
  12.             <h1>Velut inpendio </h1>
  13.           </header>
  14.  
  15.         <!--barre de navigation-->
  16.    
  17.         <div class="nav">
  18.             <ul>
  19.                 <li><a href="#">exaggerantium</a></li>
  20.                 <li><a href="#">velut eius</a></li>
  21.             </ul>
  22.         </div>
  23.        
  24.         <!--slide images-->
  25.         <div id="slider">
  26.             <div id="slides">
  27.                 <figure id="slide1">
  28.                     <img src="https://via.placeholder.com/728x90.png" alt="premiere image">
  29.                     <figcaption>Premiere image</figcaption>
  30.                 </figure>
  31.                 <figure id="slide2">
  32.                     <img src="https://via.placeholder.com/728x90.png" alt="deuxieme image">
  33.                 </figure>
  34.             </div>
  35.         </div>
  36.  
  37.         <!--photo des 3 WANTED-->
  38.         <section>
  39.           <h2>Pertinent alia ad quod ne.</h2>
  40.           <p>Visus praecentor qui ad est.</p>  
  41.         </section>
  42.         <h3>Premier wanted</h3>
  43.           <a href="https://via.placeholder.com/300/09f/fff.png"><img src="https://via.placeholder.com/300/09f/fff.png" alt=" Personne wanted numero 1"></a>
  44.           <h3>Wanted mort</h3>
  45.           <a href="https://via.placeholder.com/300/09f/fff.png"><img src="https://via.placeholder.com/300/09f/fff.png" alt="Personne wanted qui est mort"></a>
  46.           <h3>Troisième wanted</h3>
  47.           <a href="https://via.placeholder.com/300/09f/fff.png"><img src="https://via.placeholder.com/300/09f/fff.png" alt="Personne wanted numero 3"></a>
  48.          
  49.  
  50.           <!--formulaire de contact-->
  51.        
  52.           <form method="post" action="traitement.php">
  53.             <label for="prenom">Entrez votre prénom</label>
  54.             <input type="text" id="prenom" name="prenom">
  55.  
  56.             <label for="mail">Entrez votre mail</label>
  57.             <input type="text" id="mail" name="entrez votre mail">
  58.  
  59.             <label for="prez">Message</label>
  60.             <textarea id="prez" name="message"></textarea>
  61.  
  62.             <input type="submit" value="Envoyer">
  63.              </form>
  64.  
  65.              <!--bas de page-->
  66.              <footer>
  67.                 <p>
  68.                     Nino vetere-dictum-clementer dictum
  69.                 </p>
  70.              </footer>
  71.       </body>
  72. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement