<!doctype html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<style>
@import url("style.css")
</style>
</head>
<body>
<h1>page2</h1>
</body>
</html>
- <link> : html 태그로 css 파일을 로드할 때 사용.
- @import : css 안에서 다른 css 파일을 로드할 때 사용. css 파일 안에서는 @import ulr("")로 사용 가능.
'웹 앱' 카테고리의 다른 글
[tomcat] Apache와 tomcat의 상관관계 (0) | 2019.09.04 |
---|---|
[부트스트랩]Jumbotron 만들기 (0) | 2019.07.31 |
[부트스트랩]bootstrap 시작 (0) | 2019.07.29 |