Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<style>
p    { letter-spacing: 0; }
span { letter-spacing: 2em; background-color: yellow; }
</style>
<!-- abc followed by Hebrew letters alef (א), bet (ב) and gimel (ג) -->
<!-- Reordering will display these in reverse order. -->
<p>The spec says no letter-spacing
  is applied to the right-most character (א).</p>
<p>ab<span></span>בג</p>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
kojiishipro
0viewers