javascript - Is it possible to highlight part text of input button value? -


i'm trying bold part of text inside input button value. html doesn't work inside value attribute, tags <b> , <strong> , methods bold() won't work.

is possible bold part of text?

using input of type button , adding html value won't work, can use button element instead

<button><strong>hello</strong> kitty</button> 

fiddle


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -