When writing in HTML, the
- tag is a block element used to designate an unordered list. It is useful for creating bulleted lists, those where the order of the items is arbitrary. The following sections contain information about the
- First bullet point
- Second bullet point
- Third bullet point
- First bullet point
- Second bullet point
- Third bullet point
- Example of
- code
- Example result
- Deprecated attributes
- Compatibility
- Related information
- tag, which designates a list item.
Compatibility
Browser, Compatibility, Container tag, HTML li tag, HTML ol tag, List, Web design terms
Related information
- How to create a bullet and number list in HTML.
- HTML and web design help and support.
- tag, including an example of it in use, and related attributes and browser compatibility.
Example ofcode
Unordered List
Example result
Unordered list
Deprecated attributes
Within an HTML tag, an attribute dictates certain aspects of an HTML element. Attributes are made up of a name and value pair; all tags support standard attributes. A deprecated attribute is one that may function currently but is not supported in going forward. While the attribute may work with the current version of HTML, it will eventually be phased out. It is better to avoid using these attributes to help future-proof your website.
If you wanted to create an ordered list or numbered list, use the
- tag.
Each bullet is created using the