Answers for "after loding an image in div js"

0

how to display image in div using id in html

document.getElementById('imageDiv')
    .innerHTML = '<img src="imageName.png" />';
Posted by: Guest on January-06-2021

Browse Popular Code Answers by Language