Advertisement
firentsu

03-Structurer une page HTML

Nov 18th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.06 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.  
  5.   <!--  Meta  -->
  6.   <meta charset="UTF-8" />
  7.   <title>My New Pen!</title>
  8.  
  9.   <!--  Styles  -->
  10.   <link rel="stylesheet" href="styles/index.processed.css">
  11. </head>
  12. <body>
  13.   <p>FindThePrecious.com Fellows Contact us<p>
  14.  
  15.   <p>
  16.     <center><strong><font size="5">
  17.     Dangerous fellowship try to destroy the ring
  18.     </font></strong></center></p>
  19.  
  20.   <p>
  21.     <strong><center>
  22.     Orcs, Goblins, Balrogs, protect your master Sauron!
  23.       </center></strong><p>
  24.    
  25.   <p><strong><font size="5"><center>
  26.     Fellows wanted dead </font>
  27.     (or alive if you want to eat them later)
  28.     </strong></center></p>
  29.  
  30.   <img src="https://grand-village.com/contenu/wp-content/uploads/2019/03/man-portrait-silhouette.gif"
  31.       alt="image 1"
  32.       width="250"
  33.       height="341" />
  34.   <img src="https://cdn5.vectorstock.com/i/thumb-large/04/74/silhouette-portrait-of-a-spy-man-men-icon-vector-20910474.jpg"
  35.       alt="image 2"
  36.       width="250"
  37.       height="341"/>
  38.   <img src="http://www.ceas53.org/uploads/images/CA/Portrait-Femme.jpg?1558593125922"
  39.       alt="image 3"
  40.       width="250"
  41.       height="341"/>
  42.    
  43.     <p><strong><font size="4">
  44.       contact us
  45.       </strong></font></p>
  46.    
  47.       <input type="text" placeholder="@" name="mail" required size="180"><br><br>
  48.    
  49.       <input type="text" placeholder="βœ‰οΈŽ" name="adresse" required size="180"><br><br>
  50.    
  51.     <select name="menu" id="menu_deroulant">
  52.       <option value="I have seen one of them">I have seen one of them</option>
  53.       <option value="I have seen two of them">I have seen two of them</option>
  54.       <option value="I have seen nobody">I have seen nobody</option>
  55.       </select><br><br>
  56.    
  57.       <textarea id="message" name="message"
  58.          rows="5" cols="182"
  59.          placeholder= "Your message">
  60.           </textarea>
  61.    
  62.       <p>
  63.         <input type="submit" value="send!" style="float:right;margin-right:65px">
  64.       </p>
  65.  
  66.   <!-- Scripts -->
  67.   <script src="scripts/index.js"></script>
  68. </body>
  69. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement