| <html> |
| <head> |
| <title>HTML 4.01/CSS 2.1 Test: white-space (for complex text)</title> |
| <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#white-space-prop" title="16.6 Whitespace: the 'white-space' property"> |
| </head> |
| <body> |
| <p>This HTML tests if the 'while-space' property controls the behavors of line-break characters (U+000A and U+000D) in a complex text (Hindi).</p> |
| <p>If this test succeeds, you can see this Hindi word "विषयों" repeated three times separated by a space in the first two |
| paragraphs. In the third paragraphs, it'll be shown three times in separate lines.</p> |
| <p style="white-space: normal;">1. विषयों
विषयों
विषयों</p> |
| <p style="white-space: nowrap;">2. विषयों
विषयों
विषयों</p> |
| <p style="white-space: pre;">3.
विषयों
विषयों
विषयों</p> |
| </body> |
| </html> |