通过创建猫咪相册应用学习 HTML - 步骤 10

告诉我们发生了什么:

在此详细描述你的问题。

你目前的代码

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

<!-- User Editable Region -->

     <p>See more cat photos in our gallery.</p>
 <elementName='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/118.0.0.0 Safari/537.36 Edg/118.0.2088.69

Challenge Information:

通过创建猫咪相册应用学习 HTML - 步骤 10

题目中有给 <a></a> 的例子:

例如 <a href='https://freecodecamp.org'></a> 

你可以参考这个例子。