I have a div tag
<div id="theDiv">Where is the image?</div>
I would like to add an image tag inside of the div
End result:
<div id="theDiv"><img id="theImg" src="theImg.png" />Where is the image?</div>
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…