Mr. WYSIWYG, this is not how HTML is done

Published December 17, 2007

It’s getting sillier and sillier, the machine war is upon us.

This is not how a paragraph is done.

<h1>
  <span class="Apple-style-span" style="font-size: 10px; font-weight: normal">&nbsp;</span>
   <br />
</h1>
<div> ... content </div>

This neither:

<div>&nbsp;</div>
<div >
   <br />
</div>
<div>
  <br class="webkit-block-placeholder" />
</div>
<div>content... </div>

Srsly! THIS is how you do a paragraph:

<p>content...</p>