적용 방법, 위치
본문
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>적용 방법</title>
<script>
document.write("자바스크립트 출력문");
</script>
</head>
<body>
</body>
</html>
== tip ==
일반적으로 <head>태그 안에 위치 시키지만, 어디에 위치 시키든지 상관은 없다.
추천0 비추천 0
댓글목록 0
등록된 댓글이 없습니다.