RetroZilla/parser/htmlparser/tests/html/option.html

10 lines
91 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<html>
<body>
<form>
<option>there
<option SELECTED/>hello
</form>
</body>
</html>