Hapus peluru dari daftar CSS
ul {
list-style-type: none;
margin: 0;
padding: 0;
}
1337
ul {
list-style-type: none;
margin: 0;
padding: 0;
}
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>
ul {
list-style-type: none;
}
list-style: none
list-style-type: none,
ul{
list-style-type: none;
}