JavaScript can change HTML attributes.
In this case JavaScript changes the src (source) attribute of an image.
<button onclick="document.getElementById('myImage').src='pic_bulbon.gif'">Turn on the light</button>