Explain the difference between visibility: hidden and display: none?
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 |
How css is used in html?
How do I change the font color automatically in excel?
Define Attribute Selector ?
What is the use of css sprites?
What is a main element in coding?
Do you use any tools for browser support?
Explain how flexibility is achieved more in css3?
How do I change my background?
How do I center a div on my screen?
What is the current css version?
What does plus sign mean in css?
How does a style sheet work?