blob: 4cbc3ca85629b11536d5fe851ed39aab9edb5fac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!DOCTYPE html>
<html>
<link rel='stylesheet' type='text/css' href='style.css'>
<body>
<fieldset class="disabled" disabled>
<legend>
<fieldset class="enabled">
<select class="enabled"></select>
</fieldset>
</legend>
</fieldset>
</body>
</html>
|