+ 1
<sup></sup> and <sub></sub> tags
How use sup and sub tags in buttons and text-boxes?
2 Respostas
+ 3
If you want a button with the <button> element, it is simple:
<button type = "button">
<sub>
Button
</sub>
</button>
If you want to use it on the <input> element, well, you can't.
+ 1
Airree, thanks