복습(DHTML)

Programming/Javascript | 2012. 12. 15. 00:37
Posted by 오요미

<head>

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

<title>복습</title>

<style type = "text/css">

body, td, input

{

color:blue;

font-size:12px;

font-family;Verdana 굴림;

}

</style>

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

document.write("복습<br />");

</script>

</head>

<body>

<div style = "background-color:yellow;" 

onclick="window.alert('클릭하셨군요/');"

onmouseover="this.style.backgroundColor='grey';"

onmouseout="this.style.backgroundColor='yellow';">

<!-- 마우스가 해당 줄을 벗어났을때  -->

<!-- html+css+javascript = DHTML -->

<span>안녕</span>

</div>

</body>

'Programming > Javascript' 카테고리의 다른 글

개발자 도구(F12)  (0) 2012.12.16
변수와 연산자  (0) 2012.12.15
자바스크립트의 기본 출력문  (0) 2012.12.15
객체, 속성, 메서드, 이벤트 용어 설명  (0) 2012.12.14
javascript 작성시 주의점  (0) 2012.12.13
 
블로그 이미지

오요미

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

카테고리

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