When writing in HTML, the

  • tag is a block element used to designate a list item. It is found in each entry of both ordered (
      ) and unordered lists (
        ), and menus (). The following sections contain information about the
      • tag, including an example of it in use, and related attributes and browser compatibility.

        Example of
      • code
      • Ordered List

        1. First numbered item
        2. Second numbered item
        3. Third numbered item

        Unordered List

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

        Example result

        Ordered list

        • First numbered item
        • Second numbered item
        • Third numbered item

        Unordered list

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

        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. The following table shows the only current, unique, HTML attribute for the

      • tag, and a description.

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

        Deprecated 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.

        Compatibility

        Browser, Compatibility, Container tag, List, Web design terms

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