HTML in Comments 101

Here’s where I show you how to use HTML or CODE in your comments, so that you can do pretty things :-)

  • <a href=”http://www.thelink.com“>THIS IS A LINK</a> Don’t forget the <a href=”
    gives you THIS IS A LINK
  • <b>these words are bold</b>
    these words are bold
  • <blockquote>text in this pretty box</blockquote>

text in this pretty box

  • <code>You can write fancy code here</code>
    You can write fancy code here
  • <i>This is Italics</i>
    This is Italics
  • <strike>Strike does this</strike>
    Strike does this