今天就学习课程吧!
今天就开通帐号,24,700 门业界名师课程任您挑!
CSS syntax and terminology
- Learning to code is similar to learning a spoken language. You start by learning the grammar rules. In coding, syntax is like the grammar rules of the coding language, and using proper syntax is how we give instructions to the computer. Let's take a look at the CSS we added to our last project exercise and review the syntax in terminology. This is a declaration block. It may contain one or more style rules enclosed in curly brackets. A selector specifies which HTML element or elements to apply the style to. CSS style rules are called declarations and use property value pairs to provide instructions to the browser on how to style a specific HTML element. The property specifies what is being styled like background. The value defines the specific characteristics such as the color pale turquoise. They are separated by a colon and end with a semicolon to indicate the end of the rule. There are many CSS properties and…
随堂练习,边学边练
下载课堂讲义。学练结合,紧跟进度,轻松巩固知识。
内容
-
-
-
-
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 秒
-
-
-
-
-
-
-