diff --git a/guide/english/certifications/responsive-web-design/basic-html-and-html5/turn-an-image-into-a-link/index.md b/guide/english/certifications/responsive-web-design/basic-html-and-html5/turn-an-image-into-a-link/index.md index 2885ccd8aa..a41dbdc6da 100644 --- a/guide/english/certifications/responsive-web-design/basic-html-and-html5/turn-an-image-into-a-link/index.md +++ b/guide/english/certifications/responsive-web-design/basic-html-and-html5/turn-an-image-into-a-link/index.md @@ -5,6 +5,6 @@ title: Turn an Image into a Link 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](https://learn.freecodecamp.org/responsive-web-design/basic-html-and-html5/nest-an-anchor-element-within-a-paragraph) ) -Now you are asked to solve the same problem with different tags: just put the image ( as is ) within the anchor element and it will become the clickable content of that anchor. +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!