实例代码“Ctrl+/”提示“F11/ESC”全屏 返回 格式化 恢复 运行
x
 
1
<!DOCTYPE html>
2
<html>
3
<head>
4
<style>
5
p
6
{
7
white-space:nowrap;
8
}
9
</style>
10
</head>
11
<body>
12
13
<p>
14
This is some text. This is some text. This is some text.
15
This is some text. This is some text. This is some text.
16
This is some text. This is some text. This is some text.
17
This is some text. This is some text. This is some text.
18
</p>
19
20
</body>
21
</html>
22