HTML <ul> Tag
The <ul>
tag is used to describe a list without a specific order, which typically appears as a bulleted list.
Create lists that don't have a specific order by using the <ul>
tag along with the <li> tag.
Tip: Use CSS to style lists.
Tip: For ordered lists, use the <ol> tag.