ahmedezzat44

HTML important Comments

May 5th, 2016
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.54 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.     <head>
  4.         <title>Title</title>
  5.     </head>
  6.     <body>
  7.         <h1>Header 1.</h1>
  8.         <h2>Header 2.</h2>
  9.         <h3>Header 3.</h3>
  10.         <h4>Header 4.</h4>
  11.         <h5>Header 5.</h5>
  12.         <h6>Header 6.</h6>
  13.         <p>Paragraph</p>
  14.         <a href="https://google.com">Use Google you Bing plebeians.</a>
  15.         <img src="http://i.imgur.com/vFJgJKf.jpg" />
  16.         <!--This is a comment that the computer won't print out.-->
  17.     </body>
  18. </html>
  19.  
  20. for more visit the site >> http://adyou.me/qtCb
Advertisement
Add Comment
Please, Sign In to add comment