반응형
SELECTORS
Basics
Hierarchy
Basic Filters
Content Filters
Visibility Filters
Attribute
- [name|="value"]
- [name*="value"]
- [name~="value"]
- [name$="value"]
- [name="value"]
- [name!="value"]
- [name^="value"]
- [name]
- [name="value"][name2="value2"]
Child Filters
- :first-child
- :first-of-type
- :last-child
- :last-of-type
- :nth-child()
- :nth-last-child()
- :nth-last-of-type()
- :nth-of-type()
- :only-child
- :only-of-type()
Forms
반응형
'프로그래밍 > Web' 카테고리의 다른 글
Fiddler - 웹 디버깅 프록시 web debugging proxy (0) | 2019.04.17 |
---|---|
[javascript] www.javascripting.com JavaScript 라이브러리, 프레임 워크 및 플러그인. (0) | 2019.04.16 |
YouTube 내장 플레이어 및 플레이어 매개변수 (0) | 2019.04.16 |
웹 페이지 상단에 구글번역기를 달아보려고 했더니... (0) | 2019.04.16 |
신한카드 부분취소시 취소 문자 지연에 대한 내용 (0) | 2019.04.16 |