What does ul mean in Html

The ul is a tag in Html. Html

    tag is used for designing the unordered list of items. The
      tag is a pair tag, so it is mandatory to close this tag. For defining the items in the list, we have to use
    • tag in the
        tag. If we want to create the ordered list of items in the Html document, then we have to use the
          tag.

          This tag also uses the attribute type, which sets the bullet style for the list items. We can specify following values in the type attribute:

          • Disc
          • Circle
          • Square

          We can easily understand the

            tag by the examples. So, we will provide the following various examples.

            Example 1: This example uses the type attribute with different values.

            Test it Now

            The output of example 1 is shown in the following screenshot:

            What does ul mean in Html

            Example 2: This example describes how to create the nested unordered list in Html:

            Test it Now

            The output of example 2 is shown in the following screenshot:

            What does ul mean in Html




Hot Tutorials

Contact US

Email:jjw.quan@gmail.com

What does ul mean in Html
10/30