1 2 3 4 5 6 7 8 9 10 11
<!doctype html> <style> option { background-color: purple; color: white; } </style> <select size="2"> <option selected>A</option> <option>B</option> </select>