Can anyone help me to get onclick to work? I keep getting a mouse over instead. Do you know what I'm doing wrong? I checked the error console but I have no idea what to do with the information. Here's the code I'm using:
Code:
<!DOCTYPE html>
<html>
<head>
<title>onclick Demo</title>
</head>
<body>
<img src="Picture 322.png"
onclick="this.title='New Title';" />
</body
</html>
Thanks