通过编写猫咪相册应用学习 HTML - 步骤 11

告诉我们发生了什么:
在此详细描述你的问题。

你目前的代码

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->
      <p>See more cat photos in our gallery.</p>

<!-- User Editable Region -->

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

<!-- User Editable Region -->

      <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>

你的浏览器信息:

用户代理是: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36

挑战: 通过编写猫咪相册应用学习 HTML - 步骤 11

挑战的链接:

按照题目要求,<a></a>之间的文本是 “link to cat pictures”,你只需要把这个文本放在开始标签和结束标签之间。

<a href="https://freecatphotoapp.com">link to cat pictures</a>

谢谢你在这里提供帮助 :grinning: 我们在回答问题的时候注意不要直接给答案,而是给一些提醒(虽然我以前也有直接给答案的时候)