8/5/2020 6:55:36 PM
Darkboy Shohan3 Answers
New AnswerIf you want your element dissapear and it'space collapsed use display:none; But if you want that the place remains vacant use visibility:hidden;
If you use display none, you remove element from dom. If use visibility, the element placed in dom but not visible
In case when you have a HUGE data in tag, display is more convient way to consteuct web page
Sololearn Inc.
535 Mission Street, Suite 1591Send us a message