aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/html/element/multicol/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/html/element/multicol/index.html')
-rw-r--r--files/zh-cn/web/html/element/multicol/index.html18
1 files changed, 0 insertions, 18 deletions
diff --git a/files/zh-cn/web/html/element/multicol/index.html b/files/zh-cn/web/html/element/multicol/index.html
deleted file mode 100644
index aa1d2fb6e0..0000000000
--- a/files/zh-cn/web/html/element/multicol/index.html
+++ /dev/null
@@ -1,18 +0,0 @@
----
-title: <multicol>
-slug: Web/HTML/Element/multicol
-tags:
- - CSS Column
-translation_of: Web/HTML/Element/multicol
----
-<div>{{non-standard_header}}</div>
-
-<h2 id="概要">概要</h2>
-
-<p>HTML&lt;multicol&gt; 元素是一个实验元素,旨在允许多列布局。它从来没有任何显着的牵引力,并没有在任何主流浏览器中实现。</p>
-
-<div class="note">
-<p>不要使用这个!<strong><em> </em></strong>为了实现多列布局,你应该使用常规的 HTML 元素,例如组合 {{HTMLElement("div")}} 和 <a href="/en-US/docs/Web/Guide/CSS/Using_multi-column_layouts" title="/en-US/docs/Web/CSS/columns">CSS 列</a> 特性。</p>
-</div>
-
-<p>要注意, Firefox 22 之前,虽然不受支持, <code>&lt;multicol&gt;</code> 元素和 {{domxref("HTMLSpanElement")}} 相关。按照规定的要求,之后它被修复,并且现在和 {{domxref("HTMLUnknownElement")}} 相关。</p>