word-spacing-highlight.html 318 B

123456789101112131415
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  2. "http://www.w3.org/TR/html4/loose.dtd">
  3. <html>
  4. <head>
  5. <title>Highlighting with word spacing</title>
  6. </head>
  7. <body>
  8. <p style="word-spacing:5em;">
  9. M xylophone
  10. </p>
  11. <p style="margin-left:1em;">
  12. &#x2191; click there and drag to the right
  13. </p>
  14. </body>
  15. </html>