How to make a DIV visible and invisible with JavaScript? December 11, 2022 by Tarik if [DIV] is an element then [DIV].style.visibility='visible' OR [DIV].style.visibility='hidden'