cara membuat warna opsi hitam di html
echo '
<style>
option {
background-color: black !important;
}
</style>
';
Cruel Cicada
echo '
<style>
option {
background-color: black !important;
}
</style>
';