* ID's are unique
Each element can have only one ID
Each page can have only one element with that ID
* Classes are NOT unique
You can use the same class on multiple elements.
You can use multiple classes on the same element.
The “id=something” can be used to style one HTML element, whereas the “class=something” could be used to style multiple elements.
https://css-tricks.com/the-difference-between-id-and-class/
'web' 카테고리의 다른 글
grafana solo (0) | 2018.07.04 |
---|---|
[css] 초보자를 위한 화면 정렬 - flex 키워드 (0) | 2018.01.16 |
크롬 HTML에서 전역 변수 사용하기,( 부제: CSP 에러 발생 - Refused to execute inline script) (0) | 2017.12.05 |
[jquery] 마침표가 포함된 input name 사용하기 (0) | 2017.06.12 |
[html] 테이블의 컬럼 안보이게 하기 (0) | 2017.06.02 |