<div class="media_embed" height="qqq" width="www">
<a href="http://giphy.com/gifs/dancing">via GIPHY</a>
<div class="media_embed" height="eee" width="rrr">
<a href="http://giphy.com/gifs/movie">via GIPHY</a>
i want to do this:
i have to get de href
from anchor tag and put it bewtween img
tags and add figure
tag
<figure>
<img src="http://giphy.com/gifs/dancing" />
</figure>
<figure>
<img src="http://giphy.com/gifs/movie" />
</figure>
can you please help me