JavaScript Tutorial - 6 - answer to Task 15
<html> <head> <title>Today</title> </head> <body> <form> <input type=button value="change colour" onClick=document.bgColor="lightblue"> </form> </body> </html>
HOME Table of Contents