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 |
What is the use of a pseudo class?
Name the property for controlling the image scroll in the background.
What is attribute selector?
Why we use normalize css?
What are the difference between internal & external css?
Write all the properties of flexbox.
Which property is used to set the color of the outline?
Why should inline styles be used carefully?
Which property is used to control the repetition of an image in the background?
Can we override inline style?
Why we use xpath instead of css?
What are the three parts of a css style?