Mr. WYSIWYG, this is not how HTML is done
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"> </span>
<br />
</h1>
<div> ... content </div>
This neither:
<div> </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>