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