invaild location of tag(script)


이 오류는 script 문의 위치가 잘못됐을 때 발생하는 오류입니다.



해당 오류가 발생했다면 html 안에 script를 넣어주세요.


<html>


<script>

..

</script>


</html>




+ Recent posts