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?
What is a clearfix?
Explain CSS position property?
How flexibility is achieved more in css3?
Which browsers are webkit?
Is there any provision to include one or more declaration in a selector?
What are the css properties?
Can you use variables in css?
With the help of examples explain grouping and nesting of css selectors.
Explain gradients in CSS
Comment on the Case-sensitivity of CSS ?
What are cascading style sheets?