Advertisement
desislava_topuzakova

Untitled

Jun 21st, 2022
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <title>Semantic Tags</title>
  8. <link rel="stylesheet" href="styles.css">
  9. </head>
  10. <body>
  11. <header>
  12. <h1>Become a Software Developer</h1>
  13. <h2>Learn to code and start your career</h2>
  14. </header>
  15. <main>
  16. <p>The main principle of our educational model is โ€œlearning by doingโ€ and the practical approach in an essential part of the teaching methodology. We aim for our students to acquire real practical skills that they will need to get hired or advance in their career.</p>
  17. <p>The self-paced learning model allows the students to learn with their own pace and a schedule that works best for them. Self-paced learning is suitable for different learning styles and allows the students to access study materials at their own pace which means they can focus on things that they find challenging.</p>
  18. </main>
  19. <footer>
  20. <p>&copy Copyright SoftUni, 2019-2021</p>
  21. <p>All rights reserved. Powered by the SoftUni Interactive Learning Platform.</p>
  22. </footer>
  23.  
  24. </body>
  25. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement