Advertisement
abhijit5893

HTML Formatting tags Part 3

Jul 17th, 2012
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.90 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>HTML Formatting tags Part3</title>
  4. </head>
  5. <body>
  6. <abbr title="Learn Teach Share Labs">LTSLAB</abbr>-->Abbreviation
  7. <br/>
  8. <acronym title="National Aeronautics and Space Administration">NASA</acronym>-->Acronym
  9. <br/>
  10. <q> Who dares to teach must never cease to learn.  </q>-->Quote<br/>
  11. <blockquote>When it seems like there's no one left to run to in this empty world you can come to me I'll be your shooting star. You can tell me your dreams I can't promise to make them come true, but I'll be there to pick up the pieces of your broken heart if your dreams happen to fall through.</blockquote>-->BlockQuote<br/>
  12. <bdo dir="rtl">Right to Left</bdo>-->Bi-Directional Override <br/>
  13. <cite>Citation-a word or piece of writing taken from a written work</cite> <br/>
  14. This is <dfn>LTSLAB</dfn><br/>
  15. <address>
  16.  Address: 221B,baker street
  17.  </address> -->Address<br/>
  18.  
  19. </body>
  20. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement