<head>
* internal
<style>
HTML 파일 내 스타일 내용 기입
</style>
* exteral
<link ref="stylesheet" type="text/css" href="css파일 경로" />
별도 .css 파일 내 스타일 내용 기입
</head>
<body>
* inline
<div style="">
태그 style 속성 내 스타일 내용 기입
</div>
</body>
'FRONT END > CSS' 카테고리의 다른 글
[CSS] style 정리 (0) | 2020.11.28 |
---|---|
[CSS] 선택자 selector (0) | 2020.11.28 |