mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-14 01:00:36 -04:00
What Tom would have done ✅
Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>
This commit is contained in:
@@ -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--
|
||||
|
||||
|
||||
Reference in New Issue
Block a user