When I click on the image next image comes
<img onclick="change()" src="https://cdn.pixabay.com/photo/2018/02/22/06/20/girl-3174643_960_720.jpg" id="image" alt="girl"> <script> function change() { document.getElementById("image").src = "https://cdn.pixabay.com/photo/2015/12/01/20/28/road-1072823_960_720.jpg"; } </script>