What I am meaning when I say "append an image inside text": https://www.youtube.com/watch?v=ervZqx2N-8c
If I have the following code:
<h1><center><a href="https://www.reddit.com/u/mxxxxx/" title="Reddit account">My name</a></center></h1>
I want to apply an image to "my name," so that it looks like the example shown in the Youtube video above. I can easily do this in photoshop. But how would I do this in html/css/javaScript?