Explain the difference between visibility: hidden and display: none?
Answer Posted / 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 View All Answers
How can I change the background color?
Which css3 property is used to center text?
Can you set an image to be shown as cursor?
Explain the css box model and its different elements.
What is offset () top?
What is html5 and css3?
What is css with example?
What is CSS Box Model and what are its elements?
What are the disadvantages of external style sheets?
Why we use xpath instead of css?
What is Tweening?
How do I declare a variable in css file?
How we can create text shadow and box shadow in css3?
How does the index function?
Explain new color properties introduced in css3?