Guys .... please seek advice view

Tell us what’s happening:

I added name … to the image( like it said in the instructions) alt=“cute cat.” but it s not visible on the summary , even though I have passed the task.
Will it be visible in a little bit later?

Your code so far


<h2>CatPhotoApp</h2>
<main>



<img src="https://bit.ly/fcc-relaxing-cat" 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 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36.

Challenge: Link to External Pages with Anchor Elements

Link to the challenge:

the "alt“ is a kind of alternative if the picture cannot be displayed for any reason

to complete this exercise you have to create an anchor element

well I had a checkmark- completed. I just was curious… like @pio01 said above.
However I am not sure what do you mean?

The “alt” in the img tag will be only displayed if your cat photo is not avaiable for example if your change the name of the cat photo but you forget to change it in the html code aswell.
if you want a text below your photo you need a p tag.
i hope this was the question