This forum and HTML?

I thought HTML was disabled on this forum? I just did this… in the forum regularly and you can see the results below


  <div style="margin-left: 40px; background: #000000; display: block; width: 100%;">
   <span style="color:#0066ff; text-decoration: line-through;">this is text bumped 40px left and an image...</span>
   <img src="http://www.colddeadfish.net/images/limecat.jpg" alt="limecat"/>
  </div>
  <div style="background: #E88690; display: block; width: 300px; height: 300px;">
   <ul>
    <li>things that make you go<ul><li> hmmmm</li></ul></li>
   </ul>
  </div>

<div style=“margin-left: 40px; background: #000000; display: block; width: 100%;”>
<span style=“color:#0066ff; text-decoration: line-through;”>this is text bumped 40px left and an image…</span>
<img src=“http://www.colddeadfish.net/images/limecat.jpg” alt=“limecat”/>
</div>
<div style=“background: #E88690; display: block; width: 300px; height: 300px;”>
<ul>
<li>things that make you go<ul><li> hmmmm</li></ul></li>
</ul>
</div>