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

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

你目前的代码

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

<!-- User Editable Region -->

      <p>See more <a  href="https://freecatphotoapp.com">cat photos</a> in our gallery.</p>
这第14步如何实现target 和_blank
<!-- 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 (Linux; Android 13; REP-AN00; HMSCore 6.11.0.302) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.88 HuaweiBrowser/13.0.4.302 Mobile Safari/537.36

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

挑战的链接:

Add the target attribute with the _blank value to the starting <a> tag.

里面加一个空格后直接加就可以了啊,比如我这个 Mod edit: solution removed.

@Stardust

It is great that you solved the challenge, but instead of posting your full working solution, it is best to stay focused on answering the original poster’s question(s) and help guide them with hints and suggestions to solve their own issues with the challenge.

We are trying to cut back on the number of spoiler solutions found on the forum and instead focus on helping other campers with their questions and definitely not posting full working solutions.

Sorry,i just don’t know how to help others.I’ll try to answer the question in details instead of giving my full working solution…