File size: 170 Bytes
dd39c08 | 1 2 3 4 5 6 7 8 9 10 11 | <!DOCTYPE html>
<html>
<body>
<input type="button" onmouseover="this.value='Hello world!';" onmouseout="this.value='Hover me';" value="Hover me">
</body>
</html>
|
dd39c08 | 1 2 3 4 5 6 7 8 9 10 11 | <!DOCTYPE html>
<html>
<body>
<input type="button" onmouseover="this.value='Hello world!';" onmouseout="this.value='Hover me';" value="Hover me">
</body>
</html>
|