cara menyembunyikan daftar peluru css
/* do this in CSS to hide the bullets from ul list*/
ul {
list-style: none;
}
Valentino_Rossi
/* do this in CSS to hide the bullets from ul list*/
ul {
list-style: none;
}