DHTML_XML2_15

<!DOCTYPE html> <html> <head> <title>Unit 2 - Q15</title> <script type="text/javascript"> function hey(){ alert("This is an image.") } </script> </head> <body> <img src="img1.png" onmouseover="hey()" height="200"> </body> </html>

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.