Advertisement
Guest User

Untitled

a guest
Apr 29th, 2016
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Welcome to the html lounge.....</title>
  5. </head>
  6. <body style="background-color:black; color:white;">
  7. <h1> Learning HTML 5</h1>
  8. <hr>
  9. <img src="http://www.w3.org/html/logo/downloads/HTML5_Logo_512.png" style="float:right">
  10. <h2>What is HTML</h2>
  11. <p>HTML is the language of Web pages. I can create a Web page using a simple text editor.</p>
  12. <p>I have learned how to display an image.</p>
  13. <h3>These are 3 websites that will help me learn HTML</h3>
  14. <ul>
  15. <li><a href="http://w3schools.com/">w3schools</a></li>
  16. <li><a href="http://htmldog.com/guides/html/beginner/">html dog</a></li>
  17. <li><a href="http://www.codeacademy.com/tracks/htmlcss">code academy</a></li>
  18. </ul>
  19. <h4> This is heading style 4 </h4>
  20. <h5> heading style 5
  21. <h6> Heading style 6
  22. </body>
  23. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement