OneTrust interview question

Difference btw visible;hidden and display:none

Interview Answer

Anonymous

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.