I want to have a bold tag
in my input
placeholder
like the following:
|--------------------|
| BOLD normal |
|--------------------|
I found answers on Google but they're not useful. Like overlaying a div
over the input
with position:relative
.
Is there a way to have HTML in a placeholder
tag without having to need HTML? Such as a useful jQuery plugin? It doesn't need to be supported on any browsers other than Chrome.