What is the basic syntax of css?
This article will explain in detail how the basic grammar of css is. The editor thinks it is very practical, so I share it for you as a reference. I hope you can get something after reading this article.
It consists of two main parts: a selector and one or more declarations.
The selector is the label of html.
A declaration is the style to be modified, such as color, word size, etc., which all appear in pairs. The following translation is color: blue; word size: 12px.
Note: curly braces {}.
Basic grammar
The most common way to write is as follows
Basic grammar
This gives you a word with a red color and a font size of 50px.
Modified color
This is the end of this article on "what is the basic grammar of css?". I hope the above content can be of some help to you, so that you can learn more knowledge. if you think the article is good, please share it for more people to see.