
온클릭할 때 안녕!이라는 경고창이 안뜹니다.ㅋㅋㅋ
</style>
<script>
function hey(){
alert('안녕!');
}
</script>
</head>
<body>
<div class="mytitle">
<h1>내생에 최고의 영화들</h1>
<button onclick="het()">영화 기록하기</button>
</div>
