HTML标签
<!-->
<!DOCTYPE>
<a>
<abbr>
<acronym>
<address>
<applet>
<area>
<article>
<aside>
<audio>
<b>
<base>
<basefont>
<bdi>
<bdo>
<big>
<blockquote>
<body>
<br>
<button>
<canvas>
<caption>
<center>
<cite>
<code>
<col>
<colgroup>
<command>
<datalist>
<dd>
<del>
<details>
<dfn>
<dialog>
<dir>
<div>
<dl>
<dt>
<em>
<embed>
<fieldset>
<figcaption>
<figure>
<font>
<footer>
<form>
<frame>
<frameset>
<head>
<header>
<hgroup>
<h1> - <h6>
<hr>
<i>
<iframe>
<img>
<input>
<ins>
<kbd>
<keygen>
<label>
<legend>
<li>
<link>
<map>
<mark>
<menu>
<meta>
<meter>
<nav>
<noframes>
<noscript>
<object>
<ol>
<optgroup>
<option>
<output>
<p>
<param>
<pre>
<html>
<progress>
<q>
<rp>
<rt>
<ruby>
<s>
<samp>
<script>
<section>
<select>
<small>
<source>
<span>
<strike>
<strong>
<style>
<sub>
<summary>
<sup>
<table>
<tbody>
<td>
<textarea>
<tfoot>
<th>
<thead>
<time>
<title>
<tr>
<track>
<tt>
<u>
<ul>
<var>
<video>
<wbr>
compact
HTML <dir> compact 属性
实例
在目录列表中使用 compact 属性:
<dir compact>
<li>html</li>
<li>xhtml</li>
<li>css</li>
</dir>
<li>html</li>
<li>xhtml</li>
<li>css</li>
</dir>
浏览器支持
注意: 目前所有主流浏览器都不支持 compact 属性。
定义和用法
<dir> 标签在HTML5中已不再支持。请使用 CSS 替代。
<dir> 的 compact 属性在 HTML 4.01 中已废弃。
compact 属性是一个 boolean(布尔)属性。
compact 属性规定列表呈现的效果比正常情况更小巧,这是通过减少行间距以及对列表进行缩进来实现的。
兼容性注释
<dir> 的 compact 属性在 HTML 4.01 中已废弃。请使用 CSS 替代。
CSS syntax: <dir style="line-height: 80%">
在我们的 CSS 教程中,您可以找到更多有关 line-height property属性的细节。
HTML 与 XHTML之间的差别
在 XHTML 中, 属性不允许简写, compact 属性必须定义为: <dir compact="compact">。
语法
<dir compact>