반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 상관서브쿼리
- StringWriter
- include액션태그
- String char[] 형변환
- ThreadGroup()
- interrupt()
- 스레드그룸
- first-child
- Daemon()
- 아이디중복
- first-of-child
- sleep()메소드
- 동기화
- 상관 서브 쿼리
- ID중복
- 표현 언어
- Linux세팅
- 리눅스세팅
- interrupted()
- include지시자
- include 지시자
- ObjectInputStream
- MemoryStream
- StringReader
- InputDialog
- Linux셋팅
- char[] String 형변환
- 리눅스셋팅
- 메모리스트림
- isinterrupted()
Archives
- Today
- Total
목록first-of-child (1)
다연이네
[days03] :의사 클래스 - 특수 상태를 정의하는 클래스
1. a:link{} a:visited {} a:hover {} a:active {} 2. :first-child :last-child :first-of-type :last-of-type 3. :checked :focus :disabled :empty :hover 예시 Hover over me Lorem ipsum dolor sit amet. 위 코딩을 JQuery를 이용하여 바꾸기 Hover over me Lorem ipsum dolor sit amet. 2. :first-child 자식요소 중에 가장 첫번째를 선택하는 가상클래스 :last-child :first-of-type 마찬가지로 자식 요소중에 가장 첫번째를 선택하는 가상클래스 :fist-child와 차이점) 첫번째 자식 요소로 특정하는 순서를..
Web/CSS
2020. 12. 7. 20:51