I am struggling with aligning a link in my html file. The link displays the text "PROTOCOL" along with an image, but they are not aligned properly. Here is the code snippet:
<a href="#">PROTOCOL<span id="my-image"><img src="xxxxx"></img></span>
The text and image are not vertically aligned, making the link look horrible. I need help to align them in the middle using a separate CSS file. You can find my code on Plunker for reference.
If anyone could assist me with this issue, I would greatly appreciate it. Thank you!