how to wrap image element to the anchor tag …? i m not getting it after the tutorial
Study this tag pattern…
<a><img></a>
Now just add the missing attributes, href
on the anchor, and src
on the image.
1 Like
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.