HTML:
<img class="thumb_img" title="Sample title here" src="http://example.com/test.jpg" />
titleから属性を抽出imgし、テキストとして追加したいと考えていますdiv。
結果:
<img class="thumb_img" title="Sample title here" src="http://example.com/test.jpg" />
<div class="title_container">Sample title here</div>