Created
February 15, 2023 10:16
-
-
Save karatatar/97ba7ddb66005a8b61a9bce7f38dd333 to your computer and use it in GitHub Desktop.
Untitled
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // alert('Hello world!'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"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