강의

멘토링

커뮤니티

profile image

moondoyeon

@moondoyeon

Reviews Written

-

Average Rating

-

<html>

<div id="hi">문</div>

<script>

document.getElementById("hi").addEventListener('click',function () { alert('hihi); } ); </script>

 

</html>