search
HomeWeb Front-endCSS TutorialChapter 3 CSS Application Supplement

Application of Selector Characteristics

Before talking about the characteristics of the selector, it is necessary to mention the characteristics inherited by CSS. The so-called inherited characteristics mean that the tags wrapped inside will have the style properties of the external tags. The most typical application of the inheritance feature is to preset the style of the entire web page, and the parts that need to be designated as other styles can be set in individual elements as needed. This feature can provide web designers with more ideal space to play. Next, let’s talk about the application of selector characteristics! In fact, this part should be regarded as a way of declaration, but after you have read the basic declaration and application in Chapter 2, you will have a better idea when talking about the selector here. When applying or designing CSS, there are several ways to set and display specific properties based on the relationship or properties of elements. This is the application of selector properties, which allows you to be more flexible in control and application. 1. Context selector: A method to display specific properties based on the context relationship of a statement label. The context selector means that when the browser displays the content specified by the HTML source code, it will consider the context of the element tag and display the specified style statement. That is to say, as long as the order of the tags in the HTML source code is consistent, this statement will take effect! Element A (Tag A) Element B (Tag B) Element C (Tag C) ... {Style Rules} It should be noted that the declaration of the context selector is very similar to the collective declaration, but the element tags of the collective declaration must be separated. Separate with commas, and use spaces to separate element tags when declaring with context selectors; you can mix these two declaration methods. Element A Element B, Element C Element D Element E, ... {style rules} In this way, you can use collective declaration to declare the style rules of the array context selector. 2. Category selector: A method to allow a single or several tags to use the same set of style rules. Class allows different element tags to apply the same set of style properties or the same element tag to apply different sets of style properties. The first thing I will introduce is how to apply the same set of style properties to different elements, as written in the example below.

 ...  

...

 ... 

...

 ...Pay attention to the small dot in front of the declaration , the CLASS name can be chosen arbitrarily. When you want the same element tag to apply different sets of style attributes, you can also apply category attributes to set it. ...

...

  ...

...

Please note the same small point when declaring that the CLASS name can be arbitrary. Flexible use of category features can make your style settings more flexible! 3. ID selector: Similar to category selector, the difference is in "uniqueness". The use of the ID attribute is very similar to the category attribute, but each ID in the file is unique. In other words, the category attribute can be applied repeatedly to a single or several element tags, but the ID attribute can only appear once in a document. Just write it as the example below.  ... P ID=" blue">... ...As you can see, the declaration method is to use the pound sign 『#』. The "uniqueness" of ID is the key to allowing javaScript or VBScript to control elements. Through the declaration and use of the selector characteristics introduced above, you can make your style settings more flexible and changeable. In fact, you can first familiarize yourself with the basic declaration and application methods introduced to you in the previous chapter, and then apply the selector features discussed in this chapter to become familiar with the use of style sheets step by step.

Connect applications with similar features

Still remember the basic syntax of HTML? In the BODY tag, you can use the link, alink, and vlink attributes to control the font color of the linkable or linked font? Nowadays, CSS can also be used to control these properties, called pseudo classes. You can treat it as a general category and declare its style rules. In fact, these pseudo-categories do not need to set the pointed category (CLASS) in the HTML source code like the category selector mentioned above. The declaration and application of pseudo categories are introduced below. General declaration method: pseudo categories are declared with colons. As long as you add the following statement to the structure, the link text on the page will be displayed according to the style you set! A:link { style rule }A:active { style rule }A:visited { style rule }A:hover { style rule }A:link is used to set style rules for unvisited links. A:active is used to set the style rules of active links. A:visited is used to set style rules for visited links. A:hover is used to set the style rules when the mouse moves over the link. Among them, hover is not supported by NC4, but the other three features are supported by both major browsers. If you are using a browser of IE4 or above, you can know the beauty of hover function from the link on this website. With simple style settings, you can achieve the same effect that you used to have to write a long list of settings. This link pseudo-category can also be used in conjunction with the category picker feature described above. Comparison between

DIVV and SPAN It greatly expands the application level of HTML. The two elements DIV and SPAN are very similar in application, and they must be added with an end tag when used, that is, ... and ... . The two applicable properties and event handling are also very similar, and both can be written in conjunction with the selector feature mentioned earlier. Neither of them imposes display functions on the page content. It can be said that they are very widely used element tags. The difference between DIV and SPAN is that the DIV element is defined as a block, and between

...
is a complete paragraph block. The SPAN element is defined as in-line, and ... is applied to settings within a small range. The two can be mixed with each other because they are independent of each other. Therefore, you can use these two elements, combined with other properties, to flexibly adjust the content displayed on your web page.

The above is the supplementary content of Chapter 3 CSS Application. For more related content, please pay attention to the PHP Chinese website (www.php.cn)!

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
利用CSS怎么创建渐变色边框?5种方法分享利用CSS怎么创建渐变色边框?5种方法分享Oct 13, 2021 am 10:19 AM

利用CSS怎么创建渐变色边框?下面本篇文章给大家分享CSS实现渐变色边框的5种方法,希望对大家有所帮助!

css ul标签怎么去掉圆点css ul标签怎么去掉圆点Apr 25, 2022 pm 05:55 PM

在css中,可用list-style-type属性来去掉ul的圆点标记,语法为“ul{list-style-type:none}”;list-style-type属性可设置列表项标记的类型,当值为“none”可不定义标记,也可去除已有标记。

css与xml的区别是什么css与xml的区别是什么Apr 24, 2022 am 11:21 AM

区别是:css是层叠样式表单,是将样式信息与网页内容分离的一种标记语言,主要用来设计网页的样式,还可以对网页各元素进行格式化;xml是可扩展标记语言,是一种数据存储语言,用于使用简单的标记描述数据,将文档分成许多部件并对这些部件加以标识。

css3怎么实现鼠标隐藏效果css3怎么实现鼠标隐藏效果Apr 27, 2022 pm 05:20 PM

在css中,可以利用cursor属性实现鼠标隐藏效果,该属性用于定义鼠标指针放在一个元素边界范围内时所用的光标形状,当属性值设置为none时,就可以实现鼠标隐藏效果,语法为“元素{cursor:none}”。

rtl在css是什么意思rtl在css是什么意思Apr 24, 2022 am 11:07 AM

在css中,rtl是“right-to-left”的缩写,是从右往左的意思,指的是内联内容从右往左依次排布,是direction属性的一个属性值;该属性规定了文本的方向和书写方向,语法为“元素{direction:rtl}”。

css怎么设置i不是斜体css怎么设置i不是斜体Apr 20, 2022 am 10:36 AM

在css中,可以利用“font-style”属性设置i元素不是斜体样式,该属性用于指定文本的字体样式,当属性值设置为“normal”时,会显示元素的标准字体样式,语法为“i元素{font-style:normal}”。

css怎么实现英文小写转为大写css怎么实现英文小写转为大写Apr 25, 2022 pm 06:35 PM

转换方法:1、给英文元素添加“text-transform: uppercase;”样式,可将所有的英文字母都变成大写;2、给英文元素添加“text-transform:capitalize;”样式,可将英文文本中每个单词的首字母变为大写。

怎么设置rotate在css3的旋转中心点怎么设置rotate在css3的旋转中心点Apr 24, 2022 am 10:50 AM

在css3中,可以用“transform-origin”属性设置rotate的旋转中心点,该属性可更改转换元素的位置,第一个参数设置x轴的旋转位置,第二个参数设置y轴旋转位置,语法为“transform-origin:x轴位置 y轴位置”。

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
3 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
3 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. How to Fix Audio if You Can't Hear Anyone
3 weeks agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.

Safe Exam Browser

Safe Exam Browser

Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.