elibraryportal Logo

HTML Unordered List

Unorder List is also known as Bulleted List Where Unordered List , items are marked with bullets,circle,square etc. and It starts with <ul> tag and list items start with the <li> tag.There Are Various Types of UnOrdered List that is.

TypeDescription
Type "circle"It Provides marked with circles.
Type "square"It Provides marked with squares.
Type "disc"It Provides marked with bullets.
Type "none"It Provides not marked .

Syntax:-

Example1:- (Type "circle")

Output-:

UnOrdered List Example in HTML

Example2:- (Type = "square")

Output:-

UnOrdered List Example in HTML

Example3:- (Type = "none")

Output:-

UnOrdered List Example in HTML