mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-14 11:40:13 +01:00
17 lines
550 B
HTML
17 lines
550 B
HTML
<html>
|
|
<head>
|
|
<title> select disable test </title>
|
|
</head>
|
|
|
|
<body>
|
|
<form>
|
|
<select name="hrule.alignType" disabled>
|
|
<optgroup label="alignment" value="centered">
|
|
<option>left alignment</option>
|
|
<option>center alignment</option>
|
|
<option selected>right alignment</option>
|
|
</optgroup>
|
|
</select>
|
|
</form>
|
|
</body>
|
|
</html> |