I am trying to position symbols (the images) underneath of certain words in the line above. What would be the best way to do this? It is a grammatical example, so it is very important the images/symbols do not move around in different screen sizes.
HTML:
Præsens:<i> Susanne take<b>s</b> you down to her place near the river.</i><br>
<img src="https://i.ibb.co/7RsB2B8/subjekt.png" style="width:25px;height:25px;" /> <img src="https://i.ibb.co/QbYvTrY/verballed.png" style="width:25px;height:25px;" />
Here is a JSfiddle: https://jsfiddle.net/kmfd45gh/