Hi I'm triyng to use subscript characteres into the placeholder of the html input tag.
<input type="text" class="form-control" id="fi2" placeholder="Installed Power kW<sub>p</sub>">
But i got this: Installed Power kW<sub>p</sub>
If I use for example a supercript (sup) everyhing works well...
Any help?
Best regards, Daniel