html - CSS 不起作用?

标签 html css

.css 文件:

#1test {
    color:red;
    text-align:center;
}
#1test {
    color:red;
    text-align:center;
}

.html 文件:

<html>
<p id="1test">hey</p><br/>
<p id="2test">idk</p>
</html>

我不明白它有什么问题:/

最佳答案

1) 您没有包含 .css 文件。
2) id名称不能以数字开头。

关于html - CSS 不起作用?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38426712/

相关文章:

html - CSS 在聚焦时摆脱文本区域/选择中的蓝色轮廓

css - 如何在 css 和 html5 中创建带有曲线的 div?

html - css 事件链接边框半径

javascript - 使用 mousemove 显示叠加 ID

PHP 从嵌套的 while 循环中回显

html - Css 与两个 float 元素对齐到中心 td

javascript - 将子菜单定位在菜单容器的顶部

jquery - slider 图像不显示在移动设备上

css - 根据浏览器窗口大小调整背景图像(HTML、CSS)

html - 如何制作水平导航栏 100% 或我的包装器的大小