Home  >  Article  >  Web Front-end  >  How to set inline spacing in css

How to set inline spacing in css

藏色散人
藏色散人Original
2021-09-13 14:05:012320browse

How to set the in-line spacing in css: 1. Create a div tag containing a piece of text; 2. Use the line-height attribute of css to set the height of the line to 40px; 3. Save the html code and open it with a browser Just check the effect.

How to set inline spacing in css

The operating environment of this article: Windows7 system, HTML5&&CSS3 version, Dell G3 computer.

How to set the inline spacing in css?

Open an HTML code page and create a div tag containing a piece of text. As shown in the figure

How to set inline spacing in css

# Use the line-height property of css to set the height of the line to 40px. As shown in the figure

How to set inline spacing in css

After saving the html code and opening it with a browser, you can see that the line spacing of the text on the web page has become larger. As shown in the picture

How to set inline spacing in css

Recommended learning: "css video tutorial"

The above is the detailed content of How to set inline spacing in css. For more information, please follow other related articles on the PHP Chinese website!

Statement:
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
Previous article:How to hide border in cssNext article:How to hide border in css