通過編寫貓咪相冊應用學習 HTML - Step 4

告訴我們發生了什麼:
在此詳細描述你的問題。

  **你目前的代碼**
<html>
<body>
  <h1>CatPhotoApp</h1>
  <h2>Cat Photos</h2>
<!-- TODO: Add link to cat photos -->
<p>click here to view more photos.</p>
</body>
</html>
  **你的瀏覽器信息:**

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

挑戰: 通過編寫貓咪相冊應用學習 HTML - Step 4

挑戰的鏈接:

You added the comment correctly but you change the text in the p element. You don’t want to make changes that you aren’t asked to make in the instructions as it may confuse the tests and then you won’t pass. Restart the step to get the original HTML back and then only add the comment above the p element. Do not make any other changes.

<!--TODO: Add link to cat photos-->

你要删除两边的空格键

多謝你 為什麼你要幫助我?
very thanks

开源社区,相互帮助,相互学习, 相互成长,。

1 Like