今天就学习课程吧!
今天就开通帐号,24,700 门业界名师课程任您挑!
ID selectors
- [Instructor] Unlike a type or universal selector, which can match to multiple elements on a page, an ID selector matches to a single unique element. To use an ID selector, an ID attribute must first be added to the elements opening tag. ID equals a value in quotes. The value is defined by you. The value is then used as the CSS selector starting with a number sign. When choosing an ID name, don't include any spaces. If you want to separate multiple words, use in underscore or dash. Camel case where each new word is capitalized is also valid. But using lowercase letters is a more common writing style in CSS. Also using descriptive names that explain the purpose of the style can make it easier to read, and understand why it's being used. For example, an ID name like Global Header implies that the styles are for a header used throughout the website. Let's open another CodePen example. To add a style to…
随堂练习,边学边练
下载课堂讲义。学练结合,紧跟进度,轻松巩固知识。
内容
-
-
-
-
CSS specifications and the W3C3 分钟 12 秒
-
(已锁定)
CSS syntax and terminology4 分钟 2 秒
-
(已锁定)
CSS values and units3 分钟 33 秒
-
(已锁定)
The color property and values4 分钟 31 秒
-
(已锁定)
Creating a color palette1 分钟 52 秒
-
(已锁定)
Type and universal selectors3 分钟 16 秒
-
(已锁定)
ID selectors2 分钟 34 秒
-
(已锁定)
Class selectors3 分钟 17 秒
-
(已锁定)
Descendant combinators and selector lists2 分钟 56 秒
-
(已锁定)
The background property4 分钟 39 秒
-
(已锁定)
Project: Prepping the CSS file4 分钟 5 秒
-
(已锁定)
Project: Adding background styles7 分钟 39 秒
-
(已锁定)
Pseudo-classes and pseudo-elements4 分钟 30 秒
-
(已锁定)
Inheritance and the cascade2 分钟 20 秒
-
(已锁定)
Specificity3 分钟 45 秒
-
(已锁定)
Project: Styling links5 分钟 23 秒
-
-
-
-
-
-
-