Pseudo-classes can add special effects to the selector through methods such as link and hover. Pseudo-elements can add the first line style through: first-line, and add the initial letter through: first-letter. The details will be introduced below. These two aspects
Pseudo class
It is a way to select certain parts of the html document, indicating that over time The dynamic state of elements when entering or exiting through user intervention does not, in principle, belong to the html document tree itself and its elements or attributes. In fact, CSS pseudo-classes are used to add some special effects of selectors, and pseudo- Different elements, pseudo-classes can appear anywhere in the selector chain.
Example
a: link represents an unvisited link
<style> a:link{ background-color: pink; }
## a: visit represents the visited link
a:visited{ background-color: pink; }
a: hover when the mouse moves to When linking
a:hover{ background-color: pink; }
a: active: indicates the selected link
a:hover{ background-color: pink; } a:active{ background-color: pink; }
Pseudo-elements
Pseudo-elements are used to set special effects to certain selectors and can only be applied to external and document-level contexts. instead of inline styles. They may only appear at the end of a selector chain, and each selector can specify only one pseudo-element. To handle multiple pseudo-elements on a single element structure, you must create multiple style selectors or declaration statements.: first-line pseudo-element
is used to set a special style to the first line of text, and can only be used for block-level elements can be modified The following attributes font, color, background, word-spacing, letter-spacing, etc.p:first-line { color: pink; font-variant: small-caps;/*改为大写*/ } </style> </head> <body> <p> you are very good! </p>
: first-letter pseudo-element
is used to set a special style to the first letter of the text: can modify the font, color, background, margin, padding, border and other attributesp:first-letter { color: pink; font-variant: small-caps;/*改为大写*/ } </style> </head> <body> <p> you are very good!Applies only to the first letter
The above is the detailed content of How to use pseudo-classes and pseudo-elements in css. For more information, please follow other related articles on the PHP Chinese website!

GooFonts is a side project signed by a developer-wife and a designer-husband, both of them big fans of typography. We’ve been tagging Google

Pavithra Kodmad asked people for recommendations on what they thought were some of the most timeless articles about web development that have changed their

Learning how to build GraphQL APIs can be quite challenging. But you can learn how to use GraphQL APIs in 10 minutes! And it so happens I've got the perfect

When a component lives in an environment where the data queries populating it live nearby, there is a pretty direct line between the visual component and the

Here's some legit CSS trickery from yuanchuan. There is this CSS property offset-path. Once upon a time, it was called motion-path and then it was renamed. I

Miriam Suzanne explains in a Mozilla Developer video on the subject.


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Dreamweaver CS6
Visual web development tools

SecLists
SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

PhpStorm Mac version
The latest (2018.2.1) professional PHP integrated development tool

ZendStudio 13.5.1 Mac
Powerful PHP integrated development environment

SublimeText3 Linux new version
SublimeText3 Linux latest version