#line-height プロパティは、テキスト行の高さを設定するために使用されます。 line-height 属性の値には、数値、長さ、またはパーセンテージを指定できます。
<html> <head> </head> <body> <p style = "width:300px; height:100px; border:2px solid green; padding:5px; margin:10px; line-height:30px;"> This paragraph is 300 pixels wide and 100 pixels high and here line height is 50 pixels. </p> </body> </html>
以上がCSSを使用してテキスト行の高さを設定するの詳細内容です。詳細については、PHP 中国語 Web サイトの他の関連記事を参照してください。