📌CSS Pseudo Selector (수도선택자) link 방문하지 않은 링크 visited 방문한 링크 hover 클릭하지 않고 마우스 올려놓은 상태 active 사용자가 해당 element를 클릭할 때 focus input이 입력될 때 link&visited&hover HTML 삽입 미리보기할 수 없는 소스 열심히 살고싶어 오늘도 a:link {background-color: pink;} a:hover{ background-color: blueviolet; color: white; text-decoration: dotted; } a:visited { display: hidden; } active HTML 삽입 미리보기할 수 없는 소스 Lorem ipsum dolor sit amet consectet..