know if element is visible html code example Example: js check if element hidden if (elem.getAttribute("hidden") != null){ //code if elem is hidden }