Answers for "how to make option colour black in html"

0

how to make option colour black in html

echo '
<style>
option {
    background-color: black !important;
}
</style>
';
Posted by: Guest on January-04-2021

Code answers related to "how to make option colour black in html"

Browse Popular Code Answers by Language