question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cat Photo App - Revenge of Step 12

See original GitHub issue

Describe the Issue

Step 12 continues to plague users. I would be really good if we can get them to understand “copy-paste the previous anchor element into this new spot” without saying that explicitly.

(Follow-up from discussion on Discord with @bbsmooth @ieahleen @hbar1st)

Affected Page

https://www.freecodecamp.org/learn/2022/responsive-web-design/learn-html-by-building-a-cat-photo-app/step-12

Expected behavior

Possible extended wording

You have now created a link with the text cat photos. The words cat photos are underlined next to the image in the preview now. You can click on the link now.

Now, turn the words cat photos inside of your p element into a new link to https://freecatphotoapp.com by placing these words inside of a new anchor element.

Screenshots

No response

System

All

Additional context

No response

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:16 (15 by maintainers)

github_iconTop GitHub Comments

2reactions
jeremyltcommented, Sep 26, 2022

It also might help to change Step 11 to put different text inside of the first anchor element so they are easier to tell apart?

1reaction
jeremyltcommented, Sep 27, 2022

I am still not sure that is needed.

We don’t have to get this perfect and make this completly simple all in one shot. I think we the should give the learners a chance to synthesize the concepts ‘anchor element with the href attribute = value’ into ‘link to value’.

This is similar to the language on Step 10

You can link to another page with the anchor (a) element. For example, would link to freecodecamp.org.

Add an anchor element after the paragraph that links to https://freecatphotoapp.com. At this point, the link won’t show up in the preview.

I think this provides a better explanation of what happened than we currently have and gives the idea that we want them to do it again.

In the previous step you turned the words link to cat pictures into a link by placing them between opening and closing anchor (a) tags. You can do the same to words inside of an element, such as a p element.

In the text of your p element, turn the words cat photos into a link to https://freecatphotoapp.com by placing these words inside of opening and closing anchor (a) tags.

We would then also change Step 11 to use different text. Perhaps link to cat pictures.

I think we should not strive to answer 0 questions about this Step but instead expect to answer far fewer than currently but a little bit more than previous Steps.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Cat Photo App -Step 12 - HTML-CSS
Cat Photo App -Step 12 ... It's asking that you have “Click here to view more cat photos” with the link on the...
Read more >
Step 12 requirements are not clear in cat photo app project
I see three post in the forum related to this step, whenever I open it. Step 12 Turn the words cat photos located...
Read more >
Learn HTML by Building a Cat Photo App - Steps 11-20
Playlist with all steps : https://youtube.com/playlist?list=PLa-0Y08VoGnoZQbp32TfsRypozgB7Lp4GWalk through steps 11-20 of the Learn HTML by ...
Read more >
Free Code Camp Walkthrough 1 | HTML - Cat Photo App
In this tutorial I'll show you how to get through the HTML Cat Photo App section on Free Code Camp that teaches you...
Read more >
Learn HTML | Build a Cat Photo App: Step 12 - YouTube
Learn HTML | Build a Cat Photo App : Step 12. 1 view 5 days ago. CodeWithEva. CodeWithEva. Subscribe. 0. I like this....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found