实例代码“Ctrl+/”提示“F11/ESC”全屏 返回 格式化 恢复 运行
x
 
1
<!DOCTYPE html>
2
<html>
3
<body>
4
5
<p>The compact attribute is not supported by any of the major browsers:</p>
6
7
<dir compact>
8
  <li>html</li>
9
  <li>xhtml</li>
10
  <li>css</li>
11
</dir>
12
13
<p>The compact attribute was deprecated in HTML 4, and is not supported in HTML 4.01 Strict DTD or in XHTML 1.0 Strict DTD. Use CSS instead.</p>
14
15
</body>
16
</html>