使用CSS时标签ID不能以数字开头

本文探讨了HTML中ID属性以数字开头导致的浏览器识别问题,并提供了官方文档中的规范说明。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

试着写了一个html中id="9k" ,css中#9k {color:red;},发现webpack打包后完全不能生效。终于知道了原因所在:

id值不能以数字开头,否则在Mozilla/Firefox/Chrome中无法识别

见官方文档https://www.w3.org/TR/CSS2/syndata.html#characters

In CSS, identifiers (including element names, classes, and IDs in selectors) can contain only the characters [a-zA-Z0-9] and ISO 10646 characters U+00A0 and higher, plus the hyphen (-) and the underscore (_); they cannot start with a digit, two hyphens, or a hyphen(连字符 - ) followed by a digit. Identifiers can also contain escaped characters and any ISO 10646 character as a numeric code (see next item). For instance, the identifier "B&W?" may be written as "B\&W\?" or "B\26 W\3F".

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值