告诉我们发生了什么:
我是初次尝试这个编程,虽然说我现在的这个是对于你们来说是一个非常简单的,一个步骤,但是我确实不知道这个该怎么弄
你目前的代码
<html>
<body>
<main>
<h1>CatPhotoApp</h1>
<h2>Cat Photos</h2>
<!-- TODO: Add link to cat photos -->
<p>Everyone loves cute cats online!</p>
<!-- User Editable Region -->
See more <a href="https://freecatphotoapp.com">cat photos</a>in our gallery
<!-- 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/150.0.0.0 Safari/537.36 Edg/150.0.0.0
挑战信息:
构建猫咪照片应用 - 步骤 12