From 9aee9b3e777d5413ba554ed78aa52db2f939c8e9 Mon Sep 17 00:00:00 2001 From: Muhammed Mustafa Date: Thu, 30 Jun 2022 00:52:53 +0200 Subject: [PATCH] =?UTF-8?q?What=20Tom=20would=20have=20done=20=E2=9C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Tom <20648924+moT01@users.noreply.github.com> --- .../5dfa22d1b521be39a3de7be0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/14-responsive-web-design-22/learn-html-by-building-a-cat-photo-app/5dfa22d1b521be39a3de7be0.md b/curriculum/challenges/english/14-responsive-web-design-22/learn-html-by-building-a-cat-photo-app/5dfa22d1b521be39a3de7be0.md index 4b23fa4f952..abd53c74464 100644 --- a/curriculum/challenges/english/14-responsive-web-design-22/learn-html-by-building-a-cat-photo-app/5dfa22d1b521be39a3de7be0.md +++ b/curriculum/challenges/english/14-responsive-web-design-22/learn-html-by-building-a-cat-photo-app/5dfa22d1b521be39a3de7be0.md @@ -7,7 +7,7 @@ dashedName: step-12 # --description-- -The phrase `cat photos` shows up twice on our webpage. Replace the words `cat photos` located inside the `p` element with the entire `a` element. The `p` element should show the same text in the browser, but the words `cat photos` should now be a link. Remove the `a` element with the text `cat photos` on the line below the `p` element. +You can see the words `Cat Photos` next to the image now, they are underlined. That's your anchor or link, feel free to give it a click. In the text of your `p` element, turn the words `Cat Photos` in into a link that links to `https://freecatphotoapp.com`. When you are done, remove the old anchor tag and text below the paragraph. # --hints--