Created
November 6, 2022 09:48
-
-
Save dinukapj/b27e82503b2f4128ba53cbcd36db5b9b to your computer and use it in GitHub Desktop.
Common Units of Measure HTML Select Menu
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
<select> | |
<option value="box" selected>box</option> | |
<option value="dz">dz</option> | |
<option value="ft">ft</option> | |
<option value="g">g</option> | |
<option value="in">in</option> | |
<option value="km">km</option> | |
<option value="kg">kg</option> | |
<option value="lb">lb</option> | |
<option value="mg">mg</option> | |
<option value="ml">ml</option> | |
<option value="m">m</option> | |
<option value="pcs">pcs</option> | |
</select> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment