mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-02 21:51:47 +00: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> |