创建视频合集页面 - 创建一个视频集页面

告诉我们发生了什么:

为什么显示 你应该在第一个 p 元素下方添加三个 section 元素。 不是已经有三个section元素吗

你目前的代码

<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="utf-8">
    <title>Video Compilation Page</title>
</head>

<body>
<main>
    <h1>Arknights</h1>
    <p>music</p>
    <section>
        
    </section>
    <section>

    </section>
    <section>

    </section>
</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

挑战信息:

创建视频合集页面 - 创建一个视频集页面

GitHub 链接: i18n-curriculum/curriculum/challenges/chinese/blocks/lab-video-compilation-page/669e81368e52b3a5c35a2dc5.md at main · freeCodeCamp/i18n-curriculum · GitHub

Welcome back @1423902136,

When I run your code in the English version of this challenge, Tests #1 through 5 are passing, but obviously Test #5 should not have passed.

I recommend implementing all of the user stories and then running the tests.

Happy coding

that is not what I see, the test you mention is passing