Html – Highlighting Partial Text in the Input Element Tag without using Div contenteditable
I have a form in which there are input elements of type text that may contain text starting with @, now what I want to achieve is to highlight the partial text inside the input elements that starts with @.…