I want my text to be vertically middle in <p>
instead of align to the bottom.
My code:
<p style="color:red;text-align:left;">
<img src="https://i.ibb.co/zFNxsT4/1.png" width="25">
<b>Where Should I go ? </b>
</p>
And the result:
i have tried vertical-align:middle
but it doesn't have any changes.
Any other ways that it could make the text vertically align in middle?