使用 CSS 禁用元素内部的文字换行
要禁用元素内部的文字换行,请使用 white-space 属性。 يمكنك محاولة تشغيل رمز التعليمات البرمجية التالي لتنفيذ خاصية المسافة البيضاء
مثال
<!DOCTYPE html>
<html>
<head>
<style>
p {
white-space: nowrap;
}
</style>
</head>
<body>
<p>
This is demo text. This is demo text.
This is demo text. This is demo text.
This is demo text. This is demo text.
This is some text. This is demo text.
</p>
</body>
</html>
广告
数据结构
网络
关系型数据库管理系统
操作系统
Java
iOS
HTML
CSS
Android
Python
C 编程语言
C++
C#
MongoDB
MySQL
Javascript
PHP