Is it possible to use superscript text in the value field of the <input>
tag (for example to use with registration mark)?
<input type="submit" name="submit" value="Sometext®"/>
You could use the <button type="submit">
element instead of <input type="submit">
Then you can include any markup you want in the description, like, e.g., <sup>
for superscripted text:
<button type="submit">someText with <sup>superscripted parts</sup> </button>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With