Domanda di colloquio di OneTrust

Difference btw visible;hidden and display:none

Risposta di colloquio

Anonimo

29 apr 2017

-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.