block-in-inline-align-justify-001-ref.html (242B)
1 <!DOCTYPE html> 2 <style> 3 section { 4 width: 10ch; 5 } 6 .justify { 7 text-align: justify; 8 } 9 </style> 10 <body> 11 <section class="justify"> 12 <div>1234 5678 9012</div> 13 <div>1234 5678 9012</div> 14 <div>1234 5678 9012</div> 15 </section> 16 </body>