is it possible to have key value pairs? ``` <select name="country_code"> <option value="ca">Canada</option> </select> ```
is it possible to have key value pairs?