Does anyone know how to add superscripts in the option tag of
<select name=" "> <option value=" ">24<sup>th</sup></option> </select>
If your users have the appropriate fonts (here's a list), you can use the Unicode superscript characters:
<select name=" "> <option value=" ">24ᵗʰ</option> </select>
2.1m questions
2.1m answers
60 comments
57.0k users