3 <title>HTML
4.01/CSS
2.1 Test: white-space (for complex text)
</title>
4 <link rel=
"help" href=
"http://www.w3.org/TR/CSS21/text.html#white-space-prop" title=
"16.6 Whitespace: the 'white-space' property">
7 <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>
8 <p>If this test succeeds, you can see this Hindi word
"विषयों" repeated three times separated by a space in the first two
9 paragraphs. In the third paragraphs, it'll be shown three times in separate lines.
</p>
10 <p style=
"white-space: normal;">1.
विषयों
विषयों
विषयों</p>
11 <p style=
"white-space: nowrap;">2.
विषयों
विषयों
विषयों</p>
12 <p style=
"white-space: pre;">3.

विषयों
विषयों
विषयों</p>