HyugaPaolo

HTML #1

Apr 19th, 2018
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.00 KB | None | 0 0
  1. <!--PRIMA HTML-->
  2. <!DOCTYPE html>
  3.  
  4. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  5. <head>
  6.     <meta charset="utf-8" />
  7.     <link href="Css.css" rel="stylesheet" />
  8.     <title>Sistema Solare</title>
  9. </head>
  10. <body>
  11.     <h1 class="Titolo">Sistema Solare
  12.         <button class="impo">
  13.             _____ <br />
  14.             _____ <br />
  15.             _____ <br />
  16.  
  17.         </button>
  18.     </h1>
  19.  
  20.    
  21.     <div class="Container">
  22.    
  23.     </div>
  24. </body>
  25. </html>
  26. <!--SECONDO HTML-->
  27. <!DOCTYPE html>
  28.  
  29. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  30. <head>
  31.     <meta charset="utf-8" />
  32.     <link href="Css.css" rel="stylesheet" />
  33.     <title>Sistema Solare</title>
  34. </head>
  35. <body>
  36.    
  37.     <h1 class="Titolo">
  38.         Sistema Solare
  39.         <button name= "impo" class="impo">
  40.             _____ <br />
  41.             _____ <br />
  42.             _____ <br />
  43.          
  44.         </button>
  45.        
  46.        
  47.     </h1>
  48.  
  49.    
  50.     <div class="Container">
  51.    
  52.     </div>
  53. </body>
  54. </html>
Advertisement
Add Comment
Please, Sign In to add comment