Difference btw visible;hidden and display:none
Anonimo
-display:none means that the specific tag will not appear in the page. And it will also not allow space for other tag. - visible:hidden : this is also similar like display:none but the difference is that, it will allocate space for that specific tag.