实例代码“Ctrl+/”提示“F11/ESC”全屏 返回 格式化 恢复 运行
x
 
1
<!DOCTYPE html>
2
<html>
3
<head>
4
<style>
5
p {display:inline}
6
</style>
7
</head>
8
<body>
9
10
<p>These two paragraphs generates inline boxes, and it results in</p>
11
12
<p>no distance between the two elements.</p>
13
14
</body>
15
</html>
16