HTML and CSS Reference
In-Depth Information
<multicol> (Antiquated)
Function
Formats text with multiple columns
Attributes
class , cols , gutter , style , width
</multicol> ; never omitted
End tag
Contains
body_content
Used in
block
The <multicol> tag can contain any other HTML content, much like the
<div> tag. All of the content within the <multicol> tag is displayed just
like conventional content, except that Netscape 4 places the contents in-
to multiple columns rather than just one.
The <multicol> tag creates a break in the text flow and inserts a blank
line before rendering its content into multiple columns. After the tag, an-
other blank line is added and the text flow resumes using the previous
layout and formatting.
Netscape 4 automatically balances the columns, making each approxim-
ately the same length. Where possible, the browser moves text between
columns to accomplish the balancing. In some cases, the columns cannot
be balanced perfectly because of embedded images, tables, or other
large elements.
Search WWH ::




Custom Search