how to add a click me in html code example
Example 1: javascript button
<button onclick="Function()">Text</button>
Example 2: javascript onclick button
var button = document.querySelector('button');
button.onclick = function() {
//do stuff
}
Example 3: calling function on click html
<img src="hospital.png" id="hospitals" onclick="damarkers();">