1. Use the <nobr> tag to achieve no line break Copy code The code is as follows:<div>Hello world! <nobr> Hello world!<nobr></div> 2. Use the <nowrap element> tag Copy code The code is as follows:<div nowrap>Hello world! Hello world! Hello world! Hello world!</div> 3 Force no line break Copy code The code is as follows:div{ white-space:nowrap; } 4. If there are two divs, float can be used to avoid line breaks Copy code The code is as follows:<div class="class1">hello</div> <div class="class2">world! </div> .class1 {float:left;} 5. Display can also be used in div to achieve no line break Copy code The code is as follows:<div class="class1">hello</div> <div class="class2">world! </div> .class1 {display:inline;} .class2{display:inline;} |
<<: Linux service monitoring and operation and maintenance
>>: MySQL Series 12 Backup and Recovery
Preface This article was written by a big shot fr...
MySQL error: Error code: 1293 Incorrect table def...
Table of contents Preface The role of render Rend...
Table of contents What is virtual dom? Why do we ...
Table of contents 1. Analysis of MySQL architectu...
Dig Introduction: Dig is a tool that queries DNS ...
Overview This article will introduce the MVC arch...
It took me half an hour to write the code, and th...
As more and more Docker images are used, there ne...
Here I use samba (file sharing service) v4.9.1 + ...
Preface In order to ensure the consistency and in...
This article does not introduce anything related ...
Table of contents 1. How is cross-domain formed? ...
Table of contents Brief Introduction setInterval ...
Website link: http://strml.net/ By Samuel Reed Ti...