- Get link
- X
- Other Apps
Featured Post
- Get link
- X
- Other Apps
Source Code:
Note: Download Images
<style>
button
{
height:50px;
weight:100px;
font-family:roboto;
font-size:20px;
font-weight:bold;
}
</style>
<center>
<img id='image1' src="light.png" width=500px><br><br>
<button onclick="document.getElementById('image1').src='light.png'">Light Off</button>
<button onclick="document.getElementById('image1').src='light2.png'">Light On</button>
</center>
Output:
- Get link
- X
- Other Apps
Comments
Post a Comment
If you any Query and get more information please comment it. Thanks for visit our blog.