Files
Randell Dawson 1494a50123 fix(guide): restructure curriculum guide articles (#36501)
* fix: restructure certifications guide articles
* fix: added 3 dashes line before prob expl
* fix: added 3 dashes line before hints
* fix: added 3 dashes line before solutions
2019-07-24 13:29:27 +05:30

562 B

title
title
Turn an Image into a Link

Turn an Image into a Link


Problem Explanation

In a previous challenge you already achieved the task to nest a HTML element into another (e.g. Nest an anchor element within a paragraph )

Now you are asked to solve the same problem with different tags: just put the image url within an img element inside the anchor element and it will become the clickable content of that anchor.

Good luck!