Forum Moderators: open
Is this about HTML or charset encoding or both?
So no entities for characters like — – that are invisible to the naked eye.
how do I get an empty paragraph which I would do like <p> </p>?
p.setoff {margin-top: 1.5em;}
...
<p class = "setoff">blahblah</p>
They Who Decide have decreed that in html5, the only entities are
>
<
&
--that is, the three characters that have meaning within html itself. So no entities for characters like — – that are invisible to the naked eye.
* If you are not concerned with validation, using > as-is is harmless.
Unencoded ampersands are unambiguous (and not a validation error) if they're followed by a space