CSS white space character processing!

Source: Internet
Author: User

There is a very important property in CSS that is very easy for beginners to ignore:

White-space:nowrap; Text does not wrap property

Here is an explanation of the white-space in W3cschool:

  The White-space property affects the handling of space, line breaks, and tab characters in the source document by the user agent.

What I'm saying is that one of the most used properties is "nowrap", and when you add content to the text, the zoom of the page causes the text not to appear on the same line.

So how do we solve this problem? 1. This property makes it easy to resolve

2. What if the text you want to exceed is displayed in the form of an ellipsis?

               Text-overflow:ellipsis;
Overflow:hidden;
White-space:nowrap;

At the same time enter the above three lines of code can be achieved, Note: Three line is indispensable!

  

CSS white space character processing!

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.