Explain the difference between visibility: hidden and display: none?



Explain the difference between visibility: hidden and display: none?..

Answer / hrpynux@gmail.com

hidden hides the element, but it still takes up space in the layout. display: none removes the element completely from the document. It does not take up any space, even though the HTML for it is still in the source code.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More CSS Cascading Style Sheets Interview Questions

What are the css cascading order rules?

0 Answers  


How to remove the top white space of your web page using css?

0 Answers  


What is css ict?

0 Answers  


What are the css rules?

0 Answers  


What is the purpose of ex measurement unit?

0 Answers  






What is the difference between class and id selectors?

0 Answers  


What are the uses of embedded style sheet?

0 Answers  


Why important is used in css?

0 Answers  


What is foreground color?

0 Answers  


What is difference between css3 and css2?

0 Answers  


Which property is used to control the position of an image in the background?

0 Answers  


What is dynamic xpath?

0 Answers  


Categories