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

告诉我们发生了什么:
在此详细描述你的问题。我在这里遇到了困难,无法继续前进

你目前的代码

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

<!-- User Editable Region -->

      <p> <ahref="https://cat photosapp.com"in our gallery.</p>
      <a href="https://freecatphotoapp.com">link to cat pictures</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 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36 Edg/109.0.1518.95

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

挑战的链接:

a 标签的用法不对,应该是 <a href="一个 URL">文本</a>