mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-03 14:00:26 +00: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> |