最佳答案
我有个 Div 标签
<div id="theDiv">Where is the image?</div>
我想在 div 中添加一个图像标记
最终结果:
<div id="theDiv"><img id="theImg" src="theImg.png" />Where is the image?</div>