告诉我们发生了什么:
下面是我的代码,我认为它应该能正常通过,但它提示不要构建新的《style》
(我并没有构建新的《style》),有人能帮助我解决这个问题吗?谢谢
你目前的代码
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Cafe Menu</title>
<!-- User Editable Region -->
<style>
h1 {
text-align: center;
}
h2{
text-align: center;
}
p{
text-align: center;
}
</style>
<!-- User Editable Region -->
</head>
<body>
<main>
<h1>CAMPER CAFE</h1>
<p>Est. 2020</p>
<section>
<h2>Coffee</h2>
</section>
</main>
</body>
</html>
你的浏览器信息:
用户代理是: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36 Edg/118.0.2088.57
挑战: 通过创建咖啡店菜单学习基础 CSS - 步骤 12
挑战的链接: