Answers for "change the style of img inside a div tag"

0

change the style of img inside a div tag

document.getElementById("test")
        .getElementsByTagName("img")[0].style.display="block";
Posted by: Guest on April-15-2020

Browse Popular Code Answers by Language