HTM-02600 | What is an unordered list?
- The
<ul>
element is used to make an unordered list in HTML. - It is for grouping a collection of items that do not have a numerical ordering, and their order in the list is meaningless.
- Typically, unordered list items are displayed with a bullet, which can be of several forms, like a dot, a circle or a squared.
- You can use type attribute for <ul> tag to specify the type of bullet you like. By default it is a disc. Following are the possible options:
<ul type=”square”>
<ul type=”disc”>
<ul type=”circle”> - <ul> lists can be nested within each other.
{post_title}
{post_content}
{associated_insight_resource.post_title}
{associated_insight_resource.resource_link}
{associated_insight_resource.insight_type }