Advertisement
Guest User

first html

a guest
Dec 19th, 2014
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <body>
  4.  
  5. <h1> My First Heading in HTML</h1>
  6.  
  7. <h2> This is h2 heading </h2>
  8. <h1> This is h3 heading with the 1st head line style </h1>
  9. <h4> This is h4 heading </h4>
  10.  
  11. <p> MY First paragraph in HTML </p>
  12. <p> This is my next paragrapgh! </p>
  13.  
  14. <a href="http://tekspace.eu/cmt3313/">This is a link to my module materials</a>
  15.  
  16. <p> This is a picture from W3schools; </p>
  17.  
  18. <img src="w3schools.jpg" alt="W3Schools.com" width="104" height="142">
  19.  
  20.  
  21. </body>
  22. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement