Javatpoint Logo
Javatpoint Logo

HTML Unordered List | HTML Bulleted List

HTML Unordered List or Bulleted List displays elements in bulleted format . We can use unordered list where we do not need to display items in any particular order. The HTML ul tag is used for the unordered list. There can be 4 types of bulleted list:

  • disc
  • circle
  • square
  • none

To represent different ordered lists, there are 4 types of attributes in <ul> tag.

TypeDescription
Type "disc"This is the default style. In this style, the list items are marked with bullets.
Type "circle"In this style, the list items are marked with circles.
Type "square"In this style, the list items are marked with squares.
Type "none"In this style, the list items are not marked .

HTML Unordered List Example

Test it Now

Output:

  • HTML
  • Java
  • JavaScript
  • SQL

ul type="circle"

Test it Now

Output:

  • HTML
  • Java
  • JavaScript
  • SQL

ul type="square"

Test it Now

Output:

  • HTML
  • Java
  • JavaScript
  • SQL

ul type="none"

Test it Now

Output:

  • HTML
  • Java
  • JavaScript
  • SQL

Note: The type attribute is not supported in HTML5, instead of type you can use CSS property of list-style-type. Following is the example to show the CSS property for ul tag.

Code:

Test it Now

Output:

HTML Unordered List | HTML Bulleted List

Supporting Browsers

Elementchrome browser Chromeie browser IEfirefox browser Firefoxopera browser Operasafari browser Safari
<ul>YesYesYesYesYes
Next TopicHTML var Tag





Youtube For Videos Join Our Youtube Channel: Join Now

Feedback


Help Others, Please Share

facebook twitter pinterest

Learn Latest Tutorials


Preparation


Trending Technologies


B.Tech / MCA