<MULTICOL> Tag & its Attribute
HTML Tag <MULTICOL>
<MULTICOL> Formats text into newspaper-style columns.
Attribute of <MULTICOL> Tag
COLS
Indicates the number of columns.
<MULTICOL COLS=4>
Possible Values
Number of columns.
GUTTER
Indicates the width of the space (in pixels) between multiple columns.
<MULTICOL COLS=3 GUTTER=15>
Possible Values
Value in Pixel.
WIDTH
Indicates the horizontal dimension (in pixels or as a percentage of the total width available) of each column.
<MULTICOL COLS=2 WIDTH="30%">
Possible Values
Value in Pixel or percentage.