HTML에서 CSS/JS 파일 import : <link> <script>

horiz.d·2021년 11월 19일

HTML 꿀단지

목록 보기
2/2
#css : css파일 import는 head의 끝쯤에 달아준다

<link rel="stylesheet" href="style.css">

#javascript : javascript import는 body의 끝쯤에 달아준다

<script src="JSscript.js">
profile
가용한 시간은 한정적이고, 배울건 넘쳐난다.

0개의 댓글