Home > Web Front-end > HTML Tutorial > css style display ellipsis_html/css_WEB-ITnose

css style display ellipsis_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 12:05:57
Original
1270 people have browsed it

??

Use css style to display ellipsis, mark



.xx{
display: block;
width:200px;/*The definition of width, modify according to the situation*/
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}


Rendering


Related labels:
source:php.cn
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