<ul>
<li>Coffee</li>
<li>Tea</li>
<li>Milk</li>
</ul>
Definition and Usage
The <ul> tag defines an unordered (bulleted) list.
Use the <ul> tag together with the <li> tag to create unordered lists.
<ul>
<li>Coffee</li>
<li>Tea</li>
<li>Milk</li>
</ul>
The <ul> tag defines an unordered (bulleted) list.
Use the <ul> tag together with the <li> tag to create unordered lists.