block-in-inline-first-line-002-ref.html (240B)
1 <!DOCTYPE html> 2 <style> 3 section { 4 width: 10ch; 5 } 6 .indent { 7 text-indent: 5ch; 8 } 9 </style> 10 <body> 11 <section> 12 <div class="indent">123 456789</div> 13 <div class="indent">123 456789</div> 14 <div>123 456789</div> 15 </section> 16 </body>