In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)05/31 Report--
Most people do not understand the knowledge points of this article "what are the three selector commonly used in css?", so the editor summarizes the following content, detailed content, clear steps, and has a certain reference value. I hope you can get something after reading this article. Let's take a look at this "what are the three selector commonly used in css" article.
1. Tag selector
The name of the style should be the same as the label name, and the p tag in the code
Tag selector
Corresponds to the style of the set p (p {color:blue;}), and if there are multiple p tags on the page, these p tags share the style.
Code case:
P {color:blue;}
Tag selector
2. Class selector
A style can be used multiple times, and there can be multiple styles in a class.
3. Id selector
The same id name cannot be found in multiple tags on a page. Unlike the class selector, which can be used multiple times, id selector can only be used once in the same page.
Priority
Id selector > class selector > tag selector
What is the basic syntax of css? the basic syntax of css is:
1. The css rule consists of a selector and one or more declarations.
2. Selectors are usually HTML elements that need to be styled
3. Each declaration consists of an attribute and a value
4. Attributes and attribute values are separated by colons.
The above is about the content of this article on "what are the three selector commonly used in css". I believe we all have a certain understanding. I hope the content shared by the editor will be helpful to you. If you want to know more about the relevant knowledge, please pay attention to the industry information channel.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.