Child combinator1 1.7.2 자식(Child) combinator 1.7.2 자식(Child) combinator 자식 combinator는 선택자1(selector1)이 selector2를 자식의 형태로 취하는 것으로 “>” 기호를 이용하여 다음과 같은 형식으로 사용합니다. selector1 > selector2 { property:value; property:value; …} “combinatorEx.html” 파일을 메모장으로 열어서 다음과 같이 “자손(Descendant) combinator” 코드 밑에 h4 요소 중 클래스이름이 myclass인 요소에 대해서 배경색이 청록색이 되도록 설정합니다. 저장한 후 IE9를 통해 확인해보면 다음과 같이 h4의 자식 요소들 중에서 class 속성값이 “myclass”인 p요소에 배경색을 청록색으로 다음과 같이 나타냅니다... 2013. 8. 1. 이전 1 다음