Basic syntax text-overflow: clip;ellipsis;string <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> .tf{ width: 100px; height:50px; border:1px solid black; overflow: hidden; text-overflow: clip;/*If you just want to hide the text, it doesn't matter whether you add this sentence or not. height+overflow can directly hide the overflowing text*/ } .tf1{ width: 100px; border:1px solid black; overflow: hidden; text-overflow: ellipsis; -webkit-text-overflow: ellipsis; white-space: nowrap; /*If using ellipsis attribute text-overflow:ellipsis; overflow: hidden;white-space: nowrap; These three attributes are indispensable */ } </style> </head> <body> <div class="tf"> 123WORDPRESS.COM123WORDPRESS.COM123WORDPRESS.COM123WORDPRESS.COM123WORDPRESS.COM123WORDPRESS.COM123WORDPRESS.COM123WORDPRESS.COM123WORDPRESS.COM. </div> <div class="tf1"> 123WORDPRESS.COM123WORDPRESS.COM123WORDPRESS.COM123WORDPRESS.COM123WORDPRESS.COM123WORDPRESS.COM. </div> </body> </html> This concludes this article on a brief analysis of how CSS3 uses text-overflow to solve text typesetting problems. For more relevant CSS3 text typesetting content, please search 123WORDPRESS.COM’s previous articles or continue to browse the following related articles. I hope that everyone will support 123WORDPRESS.COM in the future! |
<<: Combining XML and CSS styles
>>: Solution to inconsistent display of cursor size in input box
Introduction Closure is a very powerful feature i...
Table of contents Overview 1. Global Registration...
I don’t know if you have noticed that when we ope...
Problem Description Several machines recently dis...
According to the methods of the masters, the caus...
use Flexible boxes play a vital role in front-end...
Achieve results First use HTML to build a basic f...
Table of contents 1. Troubleshooting and locating...
This article shares the specific code for React t...
K8s k8s is a cluster. There are multiple Namespac...
VMWare (Virtual Machine ware) is a "virtual ...
Table of contents Preface Fix infinite loop in fo...
Get the current date + time (date + time) functio...
cellspacing is the distance between cells in the t...
1. Favicon.cc To create ico icon websites online,...