분류
css
CSS Attribute selectors
본문
a[target]links with a target attribute
a[target="_blank"]links which open in new tab
[title~="chair"]title element containing a word
[class^="chair"]class starts with chair
[class|="chair"]class starts with the chair word
[class*="chair"]class contains chair
[class$="chair"]class ends with chair
input[type="button"]specified input type
- 이전글현재 날짜와 시간을 다음 형식으로 표시하는 JavaScript 프로그램을 작성하시오. 17.12.29
- 다음글CSS Pseudo classes 17.12.29