This site is mobile accessible. Press the "Tap Here" button to use a smaller font-size.
Smartphone icons created by Freepik - Flaticon
JavaScript can change HTML attribute values.
In this case JavaScript changes the value of the src (source) attribute of an image.
onclick="document.getElementById('myImage').src='include/images/pic_bulbon.gif'" - Turn on the light img id="myImage" src="include/images/pic_bulboff.gif" onclick="document.getElementById('myImage').src='include/images/pic_bulboff.gif'" - Turn off the light