Home > Web Front-end > CSS Tutorial > CSS line height property

CSS line height property

WBOY
Release: 2023-09-12 11:05:04
forward
1041 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 CSS line height property. 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