Pergunta de entrevista da empresa OneTrust

Difference btw visible;hidden and display:none

Resposta da entrevista

Sigiloso

29 de abr. de 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.