fight90

5. Hello HTML

Dec 17th, 2017
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.35 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.     <meta charset="UTF-8">
  5.     <title>Hello HTML</title>
  6. </head>
  7.  
  8. <p><h1>Hello HTML!</h1></p>
  9. <p>I am <b>Maria</b> I am from <a href="https://bg.wikipedia.org/wiki/Перник">Перник</a></p>
  10. <p>I study <em>Software Technologies</em> at <a href="https://softuni.bg">SotfUni</a></p>
  11.  
  12. </body>
  13. </html>
Advertisement
Add Comment
Please, Sign In to add comment