What could be causing this issue?
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcT2FCIU0MAB5Op7RAt-5u576obOi-9JKtseSgYJDMdhAc04mKoS"
style="width:200px; height: 200px;"></img>
<span style="margin-top: 300px;">my text</span>
Here is the link to my jsfiddle:
I am aware that adding display: block
to the span should make the margin-top
work.
However, I am still facing issues. I have properly closed the img
element, so why isn't it working as expected?
Your assistance on this matter would be greatly appreciated!