iruno's picture
Upload 245 files
498ffec verified
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>