In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/01 Report--
This article mainly introduces the relevant knowledge of "what is the basic concept of CSS". The editor shows you the operation process through an actual case, and the operation method is simple, fast and practical. I hope this article "what is the basic concept of CSS" can help you solve the problem.
CSS body:
1. CSS, the full name of cascading style sheets, is a computer language used to express file styles such as HTML or XML.
2. The stylesheet defines how to display HTML elements, just as color attributes do. Styles are usually saved in an external .css file.
3. Which style will be used when the same HTML element is defined by more than one style?
In general, all styles are cascaded in a new virtual stylesheet according to the following rules, where the number @ 4 has the highest priority.
@ 1, browser default settings
@ 2. External style sheet
@ 3. Internal stylesheet (located inside the tag)
@ 4. Inline style (inside the HTML element)
4. There are two locations for the stylesheet, the first is in the tag in the header, and the second is to reference the external file in a separate css file by using the tag within the tag.
5. How do we choose the elements to change the style? The four basic selectors are as follows, and property selectors are no longer recommended.
@ element selector p {color:red;}
Element selector
@ ID selector # id {color:red;}
ID selector
@ Class Selector .className {color:red;}
Class selector
@ derived selector div p {color:red;}
Derived selector
6. Child elements can inherit styles from the parent element, not all styles can inherit, only some of them can inherit.
7. There are some other technologies in CSS, such as positioning, box model, you can see and check for yourself.
This is the end of the introduction to "what is the basic concept of CSS". Thank you for your reading. If you want to know more about the industry, you can follow the industry information channel. The editor will update different knowledge points for you every day.
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.