Advertisement
Guest User

1st exercise

a guest
Jul 17th, 2019
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.20 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.     <meta charset="UTF-8">
  5.     <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6.     <title>Exercise 1</title>
  7.     <link rel="stylesheet" href="style/style.css">
  8. </head>
  9. <body>
  10.    
  11.     <header>
  12.         <p class="header1">header mare mare</p>
  13.     </header>
  14.  
  15.     <div class="wrapper">
  16.     <aside>
  17.         <b><p>List:</p></b>
  18.  
  19.         <ul>
  20.             <li>List Item 1</li>
  21.             <li>List Item 2</li>
  22.             <li><a href="https://www.google.com/" target="_blank">Link to Google</a></li>
  23.             <li>List Item 4</li>
  24.         </ul>
  25.     </aside>   
  26.  
  27.     <article>
  28.         <p class="header2">header mai mic</p>
  29.  
  30.         <p class="secParagraph"><strong>Curabitur</strong> at lacus ac velit ornare lobortis. Proin viverra, ligula sit amet ultrices semper, ligula arcu tristique sapien, a accumsan nisi mauris ac eros. Cras non dolor. Proin pretium, leo ac pellentesque mollis, felis nunc ultrices eros, sed gravida augue augue mollis justo. <b><em>Cras dapibus</em></b>.</p>
  31.  
  32.         <hr>
  33.  
  34.         <img src="http://pngimg.com/uploads/google/google_PNG19625.png" alt="Google Photo"/>
  35.     </article>
  36.  
  37.       <div class="push"></div>
  38.     </div>
  39.  
  40.     <footer>
  41.         <div class="footer">Ceva title scris la mijloc, cu UNDERLINE</div>
  42.     </footer>
  43.    
  44. </body>
  45. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement