使用 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