通过编写猫咪相册应用学习 html - 步骤 5

问题到底出在哪里?
你目前的代码

<html>
  <body>
   <h1>CatPhotoApp</h1>
   <main>  
    <h2>Cat Photos</h2>
    <!-- TODO: Add link to cat photos -->
    <p>Click here to view more cat photos.</p>
   </main>  
  </body>
</html>

你的浏览器信息:

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

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

挑战的链接:

Your solution works from my end. Please try one of the following steps to move forward.

Click on the “Restart Step” button and force a refresh of your page with CTRL-F5 then try to paste the code in again.

or - Try the step in incognito or private mode.

or - Disable any/all extensions that interface with the freeCodeCamp website (such as Dark Mode, Ad Blockers, or Spellcheckers), and set your browser zoom level to 100%. Both of these factors can cause tests to fail erroneously.

or - Ensure your browser is up-to-date or try a different browser.

I hope one of these will work for you.

2 Likes

我复制运行你的代码,可以通过。你可以尝试一下上面 ilenia 建议的方法。