fwid-spaces-ref.html (1011B)
1 <!DOCTYPE HTML> 2 <html lang="ja"> 3 <head> 4 <title>Full-width variations of regular spaces</title> 5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 6 7 <style type="text/css"> 8 9 body { 10 margin: 5px; 11 } 12 13 #test, #test pre { 14 font: 150% Hiragino Maru Gothic ProN, Meiryo, Yu Gothic, sans-serif; 15 } 16 17 #test pre span { 18 background-color: red; 19 } 20 21 pre { 22 margin: 0; 23 padding: 0; 24 } 25 </style> 26 27 </head> 28 <body> 29 <p>Rows should all be the same length:</p> 30 <div id="test"> 31 <pre><span> a b c A B C </span></pre> 32 <pre><span> a b c A B C </span></pre> 33 <pre><span>ba bA bb bB c</span></pre> 34 <pre><span>ba bA bb bB c</span></pre> 35 </div> 36 </body> 37 </html>