You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unordered Lists have NO sequence. They are more like bullet points.You can use the <ul></ul> tag to create an unordered list and to create list items you can use <li></li> tags.The unordered list also has different styles:
●Disc
●Square
●Circle
●None
We can change this sequence by using the CSS property “list-style-type”