More renaming. Hopefully fixed version number.
This commit is contained in:
@ -8,7 +8,7 @@ function myMessage(msg) {
|
||||
//-->
|
||||
</script>
|
||||
<body>
|
||||
<p>Clickable image: <img src="cthulhu-for-tests.jpg" alt="Orca Logo" onClick="myMessage('image clicked');">More text.</p>
|
||||
<p>Clickable image: <img src="cthulhu-for-tests.jpg" alt="Cthulhu Logo" onClick="myMessage('image clicked');">More text.</p>
|
||||
<p>Clickable span: <span onClick="myMessage('span clicked');">Click Me.</span> More text.</p>
|
||||
<p>Clickable div: <div onClick="myMessage('div clicked');">Click Me.</div> More text.</p>
|
||||
</body>
|
||||
|
Reference in New Issue
Block a user