onclick bottun html code example
Example 1: javascript button onclick
document.getElementById('button').onclick = function() {
alert("button was clicked");
};
Example 2: calling function on click html
<img src="hospital.png" id="hospitals" onclick="damarkers();">