CSS 지정방식(CSS의 위치에 따른 사용 방법)
CODEDRAGON ㆍDevelopment/Web, WWW
반응형
CSS 지정방식(CSS의 위치에 따른 사용 방법)
- 태그 내부 삽입형(ln-line style)
- http://codedragon.tistory.com/3281
- 문서 내 지정형(Embedding style)
- http://codedragon.tistory.com/3407
- 외부 경로 삽입형(link style)
- http://codedragon.tistory.com/3408
CSS 적용범위
ln-line style < Embedding style < link style
'Development > Web, WWW' 카테고리의 다른 글
background 프로퍼티 (0) | 2017.11.06 |
---|---|
글꼴 관련 프로퍼티 정리 (0) | 2017.11.06 |
형제 선택자 (0) | 2017.11.03 |
link & Import style - 외부 CSS파일을 삽입하는 방법 (0) | 2017.11.03 |
임포트 삽입형(Import style), @import 사용 (0) | 2017.11.03 |