mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-20 20:29:15 +00:00
17 lines
282 B
HTML
17 lines
282 B
HTML
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
</head>
|
|
<body>
|
|
|
|
<div>
|
|
<select>
|
|
<option style="margin: 100%;">A</option>
|
|
<optgroup label="outgroup" style="padding: 10%;">
|
|
<option style="padding: 10%;">M</option>
|
|
</optgroup>
|
|
</select>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|