CSS

[selector] CSS - :first-of-type 가상선택자 - 지정타입 첫번째자식요소 (순서선택자/순번선택자/타입선택자, IE9)

:first-of-type 예제

 

<style>

p:first-of-type {background: yellow;}

</style> 


<div>    

    <h1>홈페이지 소개</h1>

    <p>홈짱닷컴</p>

    <p>Homzzang.com</p>

    <p>Since 2012</p>

    <p>홈페이지 제작관리</p>

    <span>서버관리 코딩언어</span>    

</div>

 

결과보기


 

:first-of-type 정의

 

그 부모의 자식요소들 중, 지정타입 중 첫번째인 자식요소 선택.

 


 

1.

순서는 동일타입 요소끼리만 따짐.

 

2.
IE9 이상 주요 최신브라우저 지원.


 


분류 제목
css CSS - mask-position 속성 -
css CSS - mask-repeat 속성 -
css CSS - mask-size 속성 -
css CSS - max-block-size 속성 -
css CSS - max-inline-size 속성 -
css CSS - min-block-size 속성 -
css CSS - min-inline-size 속성 -
css CSS - offset 속성 -
css CSS - offset-anchor 속성 -
css CSS - offset-distance 속성 -
css CSS - offset-path 속성 -
css CSS - offset-rotate 속성 -
css CSS - orphans 속성 - 페이지나 열의 하단에 남겨야 하는 최소 줄 수 지정 (= orphans속성…
outline CSS - outline-offset 속성 -
css CSS - overflow-anchor 속성 -
29/33
목록
 홈  PC버전 로그인 일본어
그누앞단언어
그누뒷단언어
그외코딩언어
그누보드
제작의뢰
Q&A
커뮤니티 1
웹유틸
회원센터
홈짱닷컴 PC버전 로그인