kyle8581's picture
upload
dd39c08
raw
history blame contribute delete
170 Bytes
<!DOCTYPE html>
<html>
<body>
<input type="button" onmouseover="this.value='Hello world!';" onmouseout="this.value='Hover me';" value="Hover me">
</body>
</html>