Snippets tagged “unordered-list”
4 snippets use this tag.
- How to Create a List With Dashes in HTMLHTML
In this tutorial, find out how it is possible to style a list with dashes instead of bullet points. Use the :before pseudo-element with the content property.
- How to Create an Unordered List without BulletsHTML
In this snippet, we’re going to demonstrate how to create an unordered list without bullets using the CSS list-style-type property for the parent element.
- How to Display Unordered List in Two ColumnsHTML
In this snippet, we’re going to demonstrate how you can display an unordered list in two columns using either the CSS columns or column-count property.
- How to Style Even and Odd List ItemsHTML
In this snippet, we’re going to demonstrate how to style the even, odd, or both the even and odd items of an unordered list. See examples with each of them.