function func(){}
title.addEventListener("click",fucn);
title.onClick = func; // 동일
title.addEventListener("이벤트",함수이름);
title.on이벤트 = 함수이름;
.removeEventListener(); // 이벤트 삭제 가능
.class{
color:tomato;
transition:color 0.5s ease-in-out
}
const h1 = document.querySelector("div.hello:first-child h1");
h1.className = "class";
브라우저의 기본 동작을 막는 함수
ex) button, submit 등등 누르면 창이 새로고침 되며 실행