Home >Web Front-end >HTML Tutorial >General settings for css text description, line breaks, and ellipses_html/css_WEB-ITnose

General settings for css text description, line breaks, and ellipses_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 11:50:291063browse

Force no line break: white-space: nowrap;

Force line break: word-break: break-all;

Use ellipses when text exceeds the range: text-overflow: ellipsis ;overflow: hidden;

General settings for paragraph wrapping: set a fixed width and height, and then set the line-height of the text:

Note: Set line-height:18px;height: 18px;text-align:center;The text will be centered

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