In my code, I have styled all span tags and margin-left works fine in all tags but margin-top is not working at all. It happens all the time with me, so I thought to ask if I have any misconception of span tag. Please help!
<div id="header">
<span id="logospan" style="margin-left: 30px; margin-top: 8px;"> <img src="logo.png" width="70px" height="70px"> </span>
<span id="homespan" style="margin-left: 150px;margin-top: 0px;"> <img src="1.png" width="40px" height="40px"> </span>
<span id="" style="margin-left: 150px;margin-top: 0px;"> HOME </span>
</div>