jQuery API문서를 보면서 계속 나를 신경쓰이게 하는 것이 있어서 검색을 좀 해 보았다.
1. 무엇
이미지의 설명 중에서 「pseudo-class selectors(thos that begin with a ":"」부분이다.

출처 : https://api.jquery.com/file-selector/
2. 내용
pseudo-class는 요소(element)의 특별한 상태를 정의하는 데 사용한다고 한다.
<a>태그로 예를 들면, a:link, a:visited, a:hover ...와 같이 사용한다고 할 때 [:link], [:visited], [:hover]을 의미한다.
※ 자세한 내용은 「3. Reference」를 참고하시기 바랍니다.
3. Reference
Thank you, www.w3schools.com !!!
https://www.w3schools.com/css/css_pseudo_classes.asp
CSS Pseudo-classes
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
'CSS > Cookbook' 카테고리의 다른 글
【CSS/Cookbook】How are the display values different between block and inline block? (0) | 2023.05.24 |
---|---|
【CSS/Cookbook】<fieldset>, <legend> (Group으로 묶어서 표시하기) (0) | 2023.05.24 |
【CSS/table】Creating table with div(div로 테이블 만들기) #1 (0) | 2023.03.16 |
【CSS/Cookbook】Making HTML Random Color Code(HTML 랜덤 색상 만들기) (0) | 2023.03.16 |
【CSS/Common】<li>태그에서 bullet표시 없애기 (0) | 2023.03.01 |