“Sem balas em UL” Respostas de código

Remova as balas da lista CSS

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
1337

Sem balas em UL

ul {
  list-style-type: none;
}
/* if you want to remove indentation , set padding: 0 and margin: 0 */

/* if you want inline code*/
<ul style="list-style: none;">
    <li>...</li>
</ul>
Batman

Lista HTML sem balas

style="list-style-type:none;"
Hungry Hamster

Respostas semelhantes a “Sem balas em UL”

Perguntas semelhantes a “Sem balas em UL”

Mais respostas relacionadas para “Sem balas em UL” em CSS

Procure respostas de código populares por idioma

Procurar outros idiomas de código