Spaces:
Sleeping
Sleeping
<html> | |
<body> | |
<input type="button" onmouseover="this.value='Hello world!';" onmouseout="this.value='Hover me';" value="Hover me"> | |
</body> | |
</html> | |