word spacing: 10px : word spacing « CSS « HTML / CSS






word spacing: 10px

  

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
    <head>
        <title></title>
        <style type='text/css'>
      p {
          word-spacing: 10px;
      }
        </style>
    </head>
    <body>
    <p>
This is a test. This is a test. This is a test. This is a test.     </p>
    </body>
</html>

   
  








Related examples in the same category

1.'word-spacing' Example
2.word-spacing: -5px
3.word-spacing: 10px
4.word-spacing: 15px;
5.word-spacing: -5px;
6.word-spacing: normal;
7.word-spacing: 3em;
8.word-spacing: -.5ex;
9.word-spacing:-1px;
10.Wide Word Spacing
11.Narrow Word Spacing
12.word-spacing:normal;p.wide {word-spacing:3em;p.narrow {word-spacing:-.5ex;}
13.Letter spacing and word spacing
14.Each letter of each word is ten pixels apart.
15.word spacing negative
16.word-spacing: 3em|normal