人们往往混淆时,是适当的使用CSS ID和CSS类时,应使用。这一教训是为了显示差异,以及提供更多信息的CSS的ID 。
什么是编号选择?
W3C的定义类ID为“一个独特的识别标志,以一个组成部分” 。但是,这是什么实际意义?希望您已经阅读我们的CSS类的教训,如果没有,我们建议您这样做。
身份证的CSS类似的班级,他们确定的特殊情况,一个组成部分。下面是一个例子,一个CSS编号。
p#exampleID1 { background-color: white; }
p#exampleID2 { text-transform: uppercase; }
html代码.
This paragraph has an ID name of
"exampleID1" and has a white CSS defined background
This paragraph has an ID name of
"exampleID2" and has had its text transformed to uppercase letters.