请检查小提琴: https://jsfiddle.net/c3Lga94L/1/
这里我想将文本放在与其相邻的图像中间。 有人可以建议吗?
以下是代码:
<div>
<div style='display:inline-block'>
<img style='width:35px;height:35px;border:1px' src='posts/images/1.jpg' />
</div>
<div>this text should appear in the middle of the adjacent image
</div>
</div>