본문 바로가기
WEB Archive

[HTML] Javascript - document.write("")

by universedevelope 2024. 8. 21.
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Test001.html</title>
</head>
<body>

<!-- 내 용 확 인 -->
<script type="text/javascript">
//-- 자바스크립트 소스 코드가 시작된다는 선언
	document.write("2022년 4월의 시작");
	//-- 출력을 지시하는 자바스크립트 명령어
	//   출력 내용 : 문자열, 변수명, 연산결과
	
// 자바스크립트 소스 코드가 끝났다는 선언	
</script>

</body>
</html>

첫 자바스크립트 수업..!

document.write 을 배워봅니다.

728x90

댓글