HTML [09]CSS Display and Visibility MrBini 2016. 4. 4. 16:17 이웃추가 본문 기타 기능 1.Hiding an Element - display:none or visibility:hidden h1.hidden { visibility: hidden; visibility: hidden; 은 보이않지만 공간은 남아 있음 }
This is a visible heading
This is a hidden heading
Notice that the hidden heading still takes up space.---------------------------------------------------------------------------...