Learn HTML by Building a Cat Photo App - Step 14

Tell us what’s happening:

<a href a/> yapıyorum ama olmuyor ne yapmam gerekiyor videolardanda ulaşamadım

Your code so far

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->

<!-- User Editable Region -->

     <a href='cute cats'Everyone loves  online!</p></a>

<!-- User Editable Region -->

      <p>See more <a href="https://freecatphotoapp.com">cat photos</a> in our gallery.</p>
      <img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back.">
    </main>
  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 14

I’ve edited your code 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 (').

1 Like

see this? you need to do something similar

1 Like

kabul etmiyor dirket bağlanının üzerinde gösrerseniz onla örneklendirseniz olur mu cute cats bağlant olucak diyor

here the example.
What is your code?

1 Like

Turn the text cute cats into an anchor elements that links to https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg .

Those are the instructions. What have you written?

hiç birşey yazamadım çok yeniyim daha , çözüm bulamıyorum hiç bir şekilde
bağlantı linki vermiş nereye koyucagımı bilmiyorum sıfırdan kaldım

Example code:

The line to change:

<p>Everyone loves cute cats online!</p>

href:
https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg

1 Like

kabul etmedi malsef

Blockquote

show your code here 

<a href='https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg' Everyone loves cute cats online!</p>

no

<a href='https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg' Everyone loves cute cats online!</p>

<!-- example: -->
<p>See more <a href="https://freecatphotoapp.com">cat photos</a> in our gallery.</p>

Start of example:
<p>See more <a
Yours:
<a

p is missing

p nereye koyucağımı bilmiyorum ki ekranımda zaten p ile açıp kapatma yapmış
verdiğği linki nereye eklicem onuda bilemiyorum

example: <a href="https://freecatphotoapp.com">cat photos</a>

your code: ...cute cats...

Everyone loves cute cats online
bu cümleyi verdi cute cats ı bağlantıy dönüştür dedi

<p>Everyone loves cute cats online!</p> => <p>Everyone loves ....cute cats.... online!</p>

<p>See more <a href="https://freecatphotoapp.com">cat photos</a> in our gallery.</p>

See more === Everyone loves
cat photos === cute cats
in our gallery === online!

verdiği link adresini nereye eklicem

which link are you asking about?