How to create small SPACES in HTML?
Posted
by karlthorwald
on Stack Overflow
See other posts from Stack Overflow
or by karlthorwald
Published on 2010-04-27T11:39:03Z
Indexed on
2010/04/27
11:43 UTC
Read the original article
Hit count: 397
There is em dash and en dash. Is there an "en" equivalent to ? Is there an en equivalent to pure Ascii 32?
I want a better way to write this:
123<span class="spanen"> </span>456<span class="spanen"> </span>789
or this:
123<span class="spanen"> </span>456<span class="spanen"> </span>789
© Stack Overflow or respective owner