476179

html5tags

Oct 25th, 2018
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.  
  4. <head>
  5. <meta charset="utf-8">
  6. <title>HTML tags</title>
  7.  
  8. </head>
  9.  
  10. <body>
  11. <!--the body tag contains the majority of your content -->
  12. <h1>header tag 1</h1>
  13. <h2>header tag2</h2>
  14. <h3>header tag 3</h3>
  15.  
  16. <p>this line is the paragraph tag everyuthing here will be displayed as one entity jdbchjdschsvgchvdhnvgfhdvcfhgvdhjcgfdhncdsvchsdjcfsdjgidvjbdgsjbcwedfwoeicikfhdcfsdcgfu</p>
  17.  
  18. <p><b>now its Boldededededed</b></p>
  19. <p><em>aaaaitsitalisizedaaaaa</em></p>
  20. <P>this is one line..?.<br> and this is another?<br> ooo <em>sp<b>00</b>ky</em><br> isint it?</P>
  21.  
  22. <p><font size="20" color="blue"> <em>BLUE</em> </font>this is <b><em>one </em>line </b>of text</p>
  23.  
  24. </body>
  25.  
  26.  
  27.  
  28. </html>
Add Comment
Please, Sign In to add comment