how to design an unordered list without any bullets
125
05-Jun-2024
Home / DeveloperSection / Interviews / how to design an unordered list without any bullets
Ashutosh Kumar Verma
05-Jun-2024Unordered List
The HTML <ul> </ul> tag is used to design the unordered list with default bullet points in all list items.
Example-
You can achieve an unordered list without bullets in HTML by applying CSS styles to remove the default list-style.
Example -
Output-