Unordered list without bullets in HTML and CSS Subash Chandran 18th September 2020 Leave a Comment <ul style="list-style-type:none"> <li>One</li> <li>Two</li> <li>Three</li> </ul> or.. .li { list-style: none; margin-bottom: 1px; line-height: 1.8em; } Output Curly hair, very fair, please share 🙂Click to share on Twitter (Opens in new window)Click to share on Facebook (Opens in new window)Click to share on Reddit (Opens in new window)Click to share on Telegram (Opens in new window)Click to share on WhatsApp (Opens in new window)Click to email this to a friend (Opens in new window) Solutions Create a bordered list without bullets using CSS, Create an ordered list in HTML, How to add an unordered list in HTML?, How to create a website without using HTML?, How to create an ordered list in HTML?, How to create an ordered list with list items numbered with lowercase letters in HTML?, How to create an ordered list with list items numbered with numbers in HTML?, How to create an ordered list with list items numbered with uppercase letters in HTML?, How to create an unordered list with circle bullets in HTML?, How to create an unordered list with disc bullets in HTML?, How to create an unordered list with image bullets in HTML?, How to create an unordered list with square bullets in HTML?, How to create an unordered list without bullets using CSS?, How to create space between list bullets and text in HTML?, Make Unordered list with Bootstrap Change font size A Decrease font size. A Reset font size. A Increase font size.