So erstellen Sie die Option Farbe schwarz in HTML

echo '
<style>
option {
    background-color: black !important;
}
</style>
';
Cruel Cicada