<meta name="viewport" content="width=device-width, initial-scale=1.0">
<input type="button" id="hvbtn" value="Click me"/>
var obj = document.getElementById('hvbtn');
hvbtn.addEventListener('mouseover', function(){
alert('Bạn đã hover chuột qua thẻ input');