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
      tag, including an example of it in use, and related attributes and browser compatibility.

      Example of
        code

      Unordered List

      • First bullet point
      • Second bullet point
      • Third bullet point

      Example result

      Unordered list

      • First bullet point
      • Second bullet point
      • Third bullet point

      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.

        • Example of
            code
          • Example result
          • Deprecated attributes
          • Compatibility
          • Related information

          Each bullet is created using the

        • tag, which designates a list item.

          Compatibility

          Browser, Compatibility, Container tag, HTML li tag, HTML ol tag, List, Web design terms

          • How to create a bullet and number list in HTML.
          • HTML and web design help and support.