blob: 3c2bde80a042a1faf8c4191b36bfc80767171a73 (
plain)
1
2
3
4
5
6
7
8
9
|
<!DOCTYPE html>
<html>
<link rel='stylesheet' type='text/css' href='style.css'>
<body>
<select style="background-color: green;">
<option selected value="">foo</option>
</selecT>
</body>
</html>
|