채택완료

js 문의드립니다.

style 불러올때 아래 소스 사용..

Copy
<style type="text/css">
    @import url("style.css");
</style>
 

 

JS. 불러올때 사용되는 소스는 어떻게되나요...?

 

 

검색해서 알아보니..

Copy
<html>

<head>

<script src="script2.js"></script>

</head>
 

이런식으로해도... 안되더군요 ㅠㅠ 

|

답변 1개

답변을 작성하려면 로그인이 필요합니다.