From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/zh-cn/web/html/element/multicol/index.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 files/zh-cn/web/html/element/multicol/index.html (limited to 'files/zh-cn/web/html/element/multicol') diff --git a/files/zh-cn/web/html/element/multicol/index.html b/files/zh-cn/web/html/element/multicol/index.html new file mode 100644 index 0000000000..aa1d2fb6e0 --- /dev/null +++ b/files/zh-cn/web/html/element/multicol/index.html @@ -0,0 +1,18 @@ +--- +title: +slug: Web/HTML/Element/multicol +tags: + - CSS Column +translation_of: Web/HTML/Element/multicol +--- +
{{non-standard_header}}
+ +

概要

+ +

HTML<multicol> 元素是一个实验元素,旨在允许多列布局。它从来没有任何显着的牵引力,并没有在任何主流浏览器中实现。

+ +
+

不要使用这个! 为了实现多列布局,你应该使用常规的 HTML 元素,例如组合 {{HTMLElement("div")}} 和 CSS 列 特性。

+
+ +

要注意, Firefox 22 之前,虽然不受支持, <multicol> 元素和 {{domxref("HTMLSpanElement")}} 相关。按照规定的要求,之后它被修复,并且现在和 {{domxref("HTMLUnknownElement")}} 相关。

-- cgit v1.2.3-54-g00ecf