Q&A
Ask and answer questions to make information more available to wider audiences.
Josephine Mondy @mondyjosephine   19, Jun 2023 12:00 AM
difference between display: none and visibility: hidden
What is the difference between display: none and visibility: hidden?
answers 1
 
Answer 1
Sophia Isaakson @isaaksonsophia   22, Jun 2023 11:27 AM
When an HTML element has the property “visibility: hidden,” it will be hidden from the webpage yet still occupy space. However, if we apply the “display: none” property for an HTML element, the element will be hidden and will not occupy any space on the website.