JavaScript Tutorial - 6 - answer to Task 16
<html> <head> <title>Today</title> </head> <body> <form> <input type=button value="show colour" onClick=alert(document.bgColor)> </form> </body> </html>
HOME Table of Contents