반응형
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<link rel="stylesheet" href="/css/index.css" type="text/css">
</head>
<body>
<h1>Hello World!</h1>
<script src="/js/index.js" />
</body>
</html>
<script src="/js/index.js" /> 처럼 script 태그를 />로 끝내면 안되고
<script src="/js/index.js" ></script>로 태그를 닫아줘야한다.
반응형
'메모 > 에러 메모' 카테고리의 다른 글
[ JSP ] JSP에서 EL문이 동작하지 않는 경우 (0) | 2021.03.01 |
---|---|
[ JSP ] jsp파일에서 taglib가 추가가 안될 때 (0) | 2021.03.01 |
[IntelliJ] error: cannot find symbol (0) | 2021.01.21 |
ConflictingBeanDefinitionException (0) | 2021.01.14 |
Circular View Path Error (& 500 error) (0) | 2021.01.14 |