Advertisement
redeel3000

HTML

Jan 19th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.20 KB | None | 0 0
  1. HTML
  2. HTML stands for Hyper Text Markup Language
  3. <!DOCTYPE html>
  4. <html>
  5. <head>
  6. <title>Page Title</title>
  7. </head>
  8. <body>
  9.  
  10. <h1>My First Heading</h1>
  11. <p>My first paragraph.</p>
  12.  
  13. </body>
  14. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement