OLD | NEW |
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" |
2 "http://www.w3.org/TR/html4/loose.dtd"> | 2 "http://www.w3.org/TR/html4/loose.dtd"> |
3 <html> | 3 <html> |
4 <head> | 4 <head> |
5 <title>letter-spacing.html</title> | 5 <title>letter-spacing.html</title> |
6 <style type="text/css"> | 6 <style type="text/css"> |
7 p { | 7 p { |
8 text-indent: 10em; | 8 text-indent: 10em; |
9 background-color: #eee; | 9 background-color: #eee; |
10 } | 10 } |
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
140 <p class="desc">The next line tests a small negative line spacing, and | 140 <p class="desc">The next line tests a small negative line spacing, and |
141 should be blank.</p> | 141 should be blank.</p> |
142 <p><span class="ls-05 rtl opaque">Hello, world</span></p> | 142 <p><span class="ls-05 rtl opaque">Hello, world</span></p> |
143 | 143 |
144 <p class="desc">The next line tests a large negative line spacing, and | 144 <p class="desc">The next line tests a large negative line spacing, and |
145 it should be blank.</p> | 145 it should be blank.</p> |
146 <p><span class="ls-200 rtl opaque">Hello, world</span></p> | 146 <p><span class="ls-200 rtl opaque">Hello, world</span></p> |
147 | 147 |
148 </body> | 148 </body> |
149 </html> | 149 </html> |
OLD | NEW |