반응형
div p
div 하위의 모든 p
div > p
div 1 step 밑에만 속한 p
div + p
div 외부, 바로 다음에 인접한 p
div ~ p
div 외부, 다음 step에 있는 모든 p
참고
https://www.w3schools.com/css/css_combinators.asp
CSS Combinators
W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.
www.w3schools.com
반응형
'Front-end > Web' 카테고리의 다른 글
Github page deploy Error 모음 (0) | 2022.05.18 |
---|---|
[Apache] OPTIONS, HEAD 등 불필요 Method 막기 (0) | 2021.10.21 |
[React] useEffect, useRef (0) | 2021.07.13 |
SOP란? (0) | 2021.01.21 |
브라우저 동작 원리(2) 렌더링 엔진 - 웹킷(Webkit), 블링크(Blink), Reflow, Repaint (0) | 2019.03.25 |