Reputation: 25
I'm trying to bold part of the text inside an input button value.
HTML doesn't work inside the value attribute, so tags like <b>
and <strong>
and also methods like bold()
won't work.
Is it possible to bold just part of the text?
Upvotes: 1
Views: 88