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
What are the uses of embedded style sheet?
What is the use of hsl()?
Explain the concept of specificity in css.
How do I set margins?
In how many ways can a CSS be integrated as a web page?
How we can create text shadow and box shadow in css3?
What is the difference between a css reset and normalize.css?
What are css3 media types?
What is css backface-visibility property?
What is the style attribute?
What is hover over image?
What is a cascading relationship?
Does the order of css matter?
What is the difference between “word-break: break-all” and “word-wrap: break-word” in css?
How do I center my header?