blob: 5ab543a8645332dbfb23c06ffcce303d7b348bd4 (
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'>
<textarea class="enabled"></textarea>
</legend>
</fieldset>
</body>
</html>
|