From 0b6ba2cf736b8fdfd055bf64ab1ce7b9c93862c3 Mon Sep 17 00:00:00 2001 From: a2937 Date: Fri, 27 Jan 2023 06:34:12 -0500 Subject: [PATCH] Chore(curriculum) - Clarify Cat Photo App Step 15 (#49139) Chore(curriculum) - Clarify Cat Photo App Steps Co-authored-by: Sem Bauke --- .../5dfa30b9eacea3f48c6300ad.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/curriculum/challenges/english/14-responsive-web-design-22/learn-html-by-building-a-cat-photo-app/5dfa30b9eacea3f48c6300ad.md b/curriculum/challenges/english/14-responsive-web-design-22/learn-html-by-building-a-cat-photo-app/5dfa30b9eacea3f48c6300ad.md index 778b5a94ae6..c7bf7493fc0 100644 --- a/curriculum/challenges/english/14-responsive-web-design-22/learn-html-by-building-a-cat-photo-app/5dfa30b9eacea3f48c6300ad.md +++ b/curriculum/challenges/english/14-responsive-web-design-22/learn-html-by-building-a-cat-photo-app/5dfa30b9eacea3f48c6300ad.md @@ -7,6 +7,8 @@ dashedName: step-15 # --description-- +In previous steps you used an anchor element to turn text into a link. Other types of content can also be turned into a link by wrapping it in anchor tags. + Turn the image into a link by surrounding it with necessary element tags. Use `https://freecatphotoapp.com` as the anchor's `href` attribute value. # --hints--