Home > Web Front-end > CSS Tutorial > Set the height of a line of text using CSS

Set the height of a line of text using CSS

PHPz
Release: 2023-08-25 15:45:06
forward
1174 people have browsed it

使用 CSS 设置文本行的高度

#line-height property is used to set the height of the text line. The value of the line-height attribute can be a number, length, or percentage.

Example

<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>
Copy after login

The above is the detailed content of Set the height of a line of text using CSS. For more information, please follow other related articles on the PHP Chinese website!

source:tutorialspoint.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template