Is there a way to insert text on an input image like in the example below?
https://i.sstatic.net/I5t4o.gif
For instance, I have the following HTML code:
<input id="faq" type=image" src="img_path"/>
I would like to add text onto this input image using CSS. Additionally, I need to be able to control the position of the text.
Are there any solutions for achieving this?