Answers for "change the border of an image js"

0

change the border of an image js

<input id="imageId" type="image" src="http://goo.gl/UohAz" onclick="mark(this)"/>

function mark(el) {
    el.style.border = "1px solid blue";
}
Posted by: Guest on April-25-2020

Code answers related to "change the border of an image js"

Code answers related to "Javascript"

Browse Popular Code Answers by Language