What Tom would have done

Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>
This commit is contained in:
Muhammed Mustafa
2022-06-30 00:52:53 +02:00
committed by GitHub
parent e217d3ae3a
commit 9aee9b3e77

View File

@@ -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--