Unordered Lists


An unordered list begins with the <ul> tag.and every item in the list is defined using the< li >tag.

By default, list items are displayed with bullet symbols (solid black circles):

Output 1:

Circle

Output:

Nested HTML Lists

Lists can be nested (list inside list):
Output: