quitar estilo ul css code example
Example 1: css quitar el icono de lista
li {list-style: none;}
Example 2: como fazer listrada css
tr:nth-child(even) {background: #FFF}
tr:nth-child(odd) {background: #EEE}
li {list-style: none;}
tr:nth-child(even) {background: #FFF}
tr:nth-child(odd) {background: #EEE}