Guest
Private paste!

Untitled

By: a guest | Apr 26th, 2010 | Syntax: HTML | Size: 0.24 KB | Hits: 110 | Expires: Never
Copy text to clipboard
  1. <html>
  2. <body>
  3.  
  4. <p><b>This text is bold</b></p>
  5. <p><big>This text is big</big></p>
  6. <p><i>This text is italic</i></p>
  7. <p><code>This is computer output</code></p>
  8. <p>This is<sub> subscript</sub> and <sup>superscript</sup></p>
  9.  
  10. </body>
  11. </html>