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 is the use of sprites in css?

0 Answers  


What is the grid system?

1 Answers  


Name some online resources you reference when having css issues.

0 Answers  


What is External Style Sheet? How would you link to it?

0 Answers  


How do I center text vertically in css?

0 Answers  






Why was the decision made to make padding apply outside of the width of a 'box', rather than inside, which would seem to make more sense?

0 Answers  


How to center align a div tag in css?

0 Answers  


What does cascading mean in css?

0 Answers  


Which property is used to create a small-caps effect?

0 Answers  


Why css is used in html?

0 Answers  


What is css selector?

0 Answers  


What are the features of css3?

0 Answers  


Categories