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: 369

Filed under:
|
|

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">&nbsp;</span>456<span class="spanen">&nbsp;</span>789

or this:

123<span class="spanen"> </span>456<span class="spanen"> </span>789

© Stack Overflow or respective owner

Related posts about html

Related posts about typography