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.
<html>
<body>
<form>
<select name="colors">
<option value="red" style="color:red; background: red;">Red</option>
<option value="blue" style="color:blue; background: blue;">Blue</option>
<option value="green" style="color:green; background: green;">Green</option>
<option value="yellow" style="color:yellow; background:
yellow;">Yellow</option>
</select>
</form>
</body>
</html>