tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

text-justify-none-001-ref.html (561B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <meta charset="utf-8">
      5 <title>CSS Text 7.4. Justification Method: text-justify: none</title>
      6 <link rel="author" title="Chun-Min (Jeremy) Chen" href="mailto:jeremychen@mozilla.com">
      7 <link rel="author" title="Mozilla" href="https://www.mozilla.org">
      8 <style type='text/css'>
      9 p {
     10  font-size: 1.5em;
     11  border: 1px solid black;
     12  padding: 10px;
     13  margin-right: 310px;
     14 }
     15 </style>
     16 </head>
     17 <body>
     18 <p lang="en">Latin text</p>
     19 <p lang="ja">日本 文字</p>
     20 <p lang="th">อักษรไทย อักษรไทย</p>
     21 </body>
     22 </html>