01/10/2018, 00:24

Ý nghĩa của kí tự `~` trong CSS

Chào mọi người, mọi người có thể cho e biết đoạn code này trong css có nghĩa là gì?
.slider input[name=“radio”] ~img
Đặc biệt là chỗ dấu ~. Ý nghĩa của dấu này là gì.
Cảm ơn mọi người.

Nguyễn Hoàng viết 02:25 ngày 01/10/2018

mình không rõ css lắm nhưng chắc cái này giúp dc

MDN Web Docs

Attribute selectors

Attribute selectors are a special kind of selector that will match elements based on their attributes and attribute values. Their generic syntax consists of square brackets ([]) containing an attribute name followed by an optional condition to match...


MDN Web Docs

Combinators and groups of selectors

In our final article on selectors, we'll explore combinators and groups of selectors — two ways of combining multiple selectors together for further useful selection capabilities.

No Name viết 02:38 ngày 01/10/2018

Cảm ơn anh e hiểu rồi.

Bài liên quan
0