Skip to content

Instantly share code, notes, and snippets.

@karatatar
Created February 15, 2023 10:16
Show Gist options
  • Select an option

  • Save karatatar/97ba7ddb66005a8b61a9bce7f38dd333 to your computer and use it in GitHub Desktop.

Select an option

Save karatatar/97ba7ddb66005a8b61a9bce7f38dd333 to your computer and use it in GitHub Desktop.
Untitled
<label for="pet-select">Choose a pet:</label>
<select name="pets" id="pet-select">
<option value="">--Please choose an option--</option>
<option value="dog">Dog</option>
<option value="cat">Cat</option>
<option value="hamster">Hamster</option>
<option value="parrot">Parrot</option>
<option value="spider">Spider</option>
<option value="goldfish">Goldfish</option>
</select>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment