<ul>

The <ul> tag renders an unordered list. E.g., a list with bullets/dashes/some other unordered marker. For comparison, see <ol>

Syntax

Attributes

Attributes for <ul>
AttributeRequired?Values
cols = "…"optional"2""3""4""5""6"
component = "…"optionalstring
marker = "…"optional"disc""circle""square"""

Children

The following may appear as children:<li>

Parents

This element may appear as an immediate child of the following elements: <li> <list> <objectives> <outcomes> <p> <sidebyside> <stack> <support>

Examples