Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<form id="test">
[red]<select id="lol">[/red]
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
[red]</select>[/red]
</form>
[gray]# ...[/gray]
document.getElementById('lol').options[2]=null