批改状态:合格
老师批语:
<body><div><ul><li><p>我是1</p></li><li><p>我是2</p></li><li><p>我是3</p></li><li><p>我是4</p></li><li><p>我是5</p></li><li><p>我是6</p></li><li><p>我是7</p></li><li><p>我是8</p></li><li><p>我是9</p></li></ul></div><style>li:nth-of-type(n){color: red;}</style></body>

<body><div><ul><li><p>我是1</p></li><li><p>我是2</p></li><li><p>我是3</p></li><li><p>我是4</p></li><li><p>我是5</p></li><li><p>我是6</p></li><li><p>我是7</p></li><li><p>我是8</p></li><li><p>我是9</p></li></ul></div><style>li:nth-of-type(-n+6){color: red;}</style></body>

<body><div><ul><li><p>我是1</p></li><li><p>我是2</p></li><li><p>我是3</p></li><li><p>我是4</p></li><li><p>我是5</p></li><li><p>我是6</p></li><li><p>我是7</p></li><li><p>我是8</p></li><li><p>我是9</p></li></ul></div><style>li:nth-of-type(n+6){color: red;}</style></body>

<body><div><button class="anniu">我是按钮</button></div><style>.anniu{border: 0px;background-color: coral;color: white;}.anniu:hover {cursor: pointer;background-color: darkslategray;}</style></body>


<body><div class="box"></div><style>.box {box-sizing: border-box;width: 150px;height: 300px;padding: 10px;border: 5px;border-color: black;background-color: bisque;}</style></body>


Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号