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