1. 자바스크립트 삽입 방법

Programming/Javascript | 2012. 12. 13. 22:24
Posted by 오요미


<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

<html>

<head>

<meta http-equiv="Content-Type" content="text/html; charset=EUC-KR">

<title>Insert title here</title>

<style type = "text/css">

body{

color:blue;

}

</style>


<!-- 1. script block을 사용해서 자바스크립트 작성 -->

<script language="Javascript" type = "text/javascript">

//head에 있으므로 html 생성전에 수행

//document객체의 write메서드로 화면에 출력

//javascript 대,소문자구문

document.write("안녕하세요.<br />");

document.write("반갑습니다.<br />");

window.alert("또 만나요.\n 낼봐요.~");

</script>

</head>

<body>


</body>

</html>

 
블로그 이미지

오요미

공부할 수 있는 순간을 감사하며 공부하라.

카테고리

분류 전체보기 (121)
Electronics (1)
Programming (72)
Culturallife (30)
English (11)
취업 (1)
대학원 (4)
Life (1)