<multicol></multicol>
cols
gutter
width
The <multicol> tag is used to display text in multiple columns.
<multicol cols="">
Description
The cols attrubute is used to specify the number of columns.
Code
<multicol cols="4">YOUR TEXT HERE</multicol>
<multicol gutter="">
Description
The gutter attribute allows you to specify the amount of blank space between the columns, specified with a pixel value.
Code
<multicol gutter="15">YOUR TEXT HERE</multicol>
<multicol width="">
Description
The width attribute is used to specify the width of the entire layout of columns and can be specified as a pixel value or as a percentage of the page.
Code
<multicol width="50">YOUR TEXT HERE</multicol>