Difference between display none and visibility hidden in CSS
In this video we'll talk about display none and visibility hidden properties in CSS.
They both are used to hide an element from a web page and hide an element, but their behavior is very different from each other.
The main difference between them is when you apply display none property to an element it hides the element and the element also leaves the spaces which element equipped. It's look like that the element doesn't exists in the web page but it exists.
When you apply visibility hidden property to an element it hides the element but the element doesn't leaves his spaces only his visibility hidden from the web page.
For more details watch the video...
Watch the video enjoy coding...
Subscribe the channel....
Like and Share the video...
Thanks...