Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Revision 1075068 of <multicol>

  • Revision slug: Web/HTML/Element/multicol
  • Revision title: <multicol>
  • Revision id: 1075068
  • Created:
  • Creator: slimsag
  • Is current revision? No
  • Comment

Revision Content

{{non-standard_header}}

Summary

The HTML <multicol> element was an experimental element designed to allow multi-column layouts. It never got any significant traction and is not implemented in any major browsers.

Do not use this! In order to implement a multi-column layout, you should be using the regular HTML elements, like {{HTMLElement("div")}} in conjounction with the CSS Column feature.

Note that up to Firefox 22, though not supported, a <multicol> element was associated with an {{domxref("HTMLSpanElement")}}. It was then fixed and is now associationd with a {{domxref("HTMLUnknownElement")}} as requested by the specification.

Revision Source

<div>{{non-standard_header}}</div>

<h2 id="Summary">Summary</h2>

<p>The HTML <code>&lt;multicol&gt;</code> element was an experimental element designed to allow multi-column layouts. It never got any significant traction and is not implemented in any major browsers.</p>

<div class="note">
<p><strong>Do not use this!<em> </em></strong>In order to implement a multi-column layout, you should be using the regular HTML elements, like {{HTMLElement("div")}} in conjounction with the <a href="/en-US/docs/Web/Guide/CSS/Using_multi-column_layouts" title="/en-US/docs/Web/CSS/columns">CSS Column</a> feature.</p>
</div>

<p>Note that up to Firefox 22, though not supported, a <code>&lt;multicol&gt;</code> element was associated with an {{domxref("HTMLSpanElement")}}. It was then fixed and is now associationd with a {{domxref("HTMLUnknownElement")}} as requested by the specification.</p>
Revert to this revision