HTML <ul> Tag
In an HTML page, the ul element specifies an unordered list. This tag is also generally known as the <ul>
element.
Tips: CSS may be used for style lists. Use the <ol>
tag for ordered lists.
Syntax
Supported Browsers
Element | Chrome | Firefox | Safari | Edge / IE | Opera |
---|---|---|---|---|---|
<ul> | Yes | Yes | Yes | Yes | Yes |