I have try this many times but I can't get

Tell us what’s happening:
Describe your issue in detail here.

  **Your code so far**

<h2>CatPhotoApp</h2>
<main>
<p>Click here to view more <a href="https://www.freecatphotoapp.com" target="_blank">cat photos</a>.</p>

<img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back.">

<p>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>
<p>Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</p>
</main>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Linux; Android 8.1.0; TECNO BB2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.98 Mobile Safari/537.36

Challenge: Make Dead Links Using the Hash Symbol

Link to the challenge:

@Daniel567 you must write href="#" instead of href="https://www.freecatphotoapp.com"

1 Like

Still the same thing, have try it before
Like this <a href="#"

Some browser extensions, such as ad-blockers and dark mode extensions can interfere with the tests. If you face issues, we recommend disabling extensions that modify the content or layout of pages, while taking the course.

If I make the change that Stefan suggests, the code passes for me. If it doesn’t for you, please post the new, exact code that you are trying.

And try his next suggestion. I don’t think addons mess with the links, but it is possible.

Have try it more than three hours, I’m still on a spot​:pensive::pensive:

Again, can you cut and past the exact code that is still failing. Many times beginners will make tiny mistakes without realizing it.

I type it like this
href="#"
<a href="#"

Please cut and paste ALL of the code. You can put three backticks on the line before and three on the line after to help the code formatting.

Please don’t post pictures of code.

But it looks like you have two anchors there.

Hey @Daniel567 you mustn’t write <a href=""> twice

Like this href="#"

Cut and paste ALL OF YOUR CODE, please. Not just one line. Every line. Mistakes on other lines can cause fails.

Yeah I know about that but i
have been trying it since hurs now

<h2>CatPhotoApp</h2>
<main>
<p>view more <a href="https://www.freecatphotoapp.com">target="_blank"cat photos</a></p>

  <img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back.">

  <p>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>
  <p>Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</p>
</main>

Or may be I should change my browser app or may update

I’ve edited your post for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (’).

You have the wrong href (as pointed out before) and the closing bracket (>) for the opening anchor element is in the wrong place.

When I fix those, your code passes for me.

Please don’t post answers. That defeats the purpose. At that point, it would be better for them to just skip the challenge - it would be more honest.

This is a learning site. Especially in curriculum material, we should be guiding, not giving answers.

That means an android phone can’t do coding maybe I all have to back off from this coding of a thing