You want it to look like this, with a specific spacing and indent.

Like that.

And to change styles.

<p class="aa">You want it to look like this, with a specific spacing and indent.</p>
<p class="aa">
Like that.</p>
<p class="bb">
And to change styles.</p>

 

But what you get is this.

Without the correct spacing or indents.

And you have to manage style changes more messily. Which could leave some looking wrong.

<p class="aa">But what you get is this.<br>
<br>
Without the correct spacing or indents.<br>
<br>
<span class="bb">
And you have to manage style changes more messily.</span> Which could leave some looking wrong.</p>

 

»