I got stuck in (New) Responsive web design, step-12

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

Welcome to our community!

In the given sentence: <p>See more cat photos in our gallery.</p> surround the words “cat photos” with ‘a’ tags.

In the second code line, you have an example of what you have to do.

1 Like

Welcome to our community!
In the given sentence: <p>See more cat photos in our gallery.</p>
put the word cat photos in a anchor text

for example

<p> Honesty is best <a href="www.policy.com">policy</a></p>

Here I surrounded the policy into a anchor tag or link
I hope you get it

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.