본문 바로가기
WEB Archive

[HTML] Javascript - document.write() 실습

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

<script type="text/javascript">
	/* 2022년 4월의 시작 */
	document.write("2022년 4월의 시작...");
	
</script>

</head>
<body>

<!-- body 영역에는 아무 내용도 존재하지 않음 -->

</body>
</html>

같은실습을 계속 해보았습니다..!

728x90

댓글