|
1 <!DOCTYPE html> |
|
2 <!-- Reference rendering for zwnj-01.html. This uses spans with |
|
3 display:inline-block to prevent the letters from connecting --> |
|
4 <html> |
|
5 <head> |
|
6 <title>ZWNJ test</title> |
|
7 <meta http-equiv="content-type" content="text/html; charset=utf-8"> |
|
8 <style type="text/css"> |
|
9 body { |
|
10 font-size: 36px; |
|
11 } |
|
12 span { |
|
13 display: inline-block; |
|
14 } |
|
15 </style> |
|
16 </head> |
|
17 <body lang="ar"> |
|
18 <p><span>ها</span><span>هفته</span></p> |
|
19 <p><span>ها</span><span>موزه</span></p> |
|
20 <p><span>شنبه</span><span>سه</span></p> |
|
21 <p><span>آهن</span><span>راه</span></p> |
|
22 <p><span>افزار</span><span>نرم</span></p> |
|
23 </body> |
|
24 </html> |