mirror of
https://github.com/servo/servo
synced 2026-05-02 12:26:06 +02:00
7 lines
133 B
HTML
7 lines
133 B
HTML
<!DOCTYPE html>
|
|
<meta charset="utf-8" />
|
|
<title>Option without value attribute</title>
|
|
|
|
<select>
|
|
<option>Value 1</option>
|
|
</select> |