deference between display and visibility property of CSS
Answer / Kamalkant
The 'display' and 'visibility' properties in CSS are used to control the appearance of elements on a webpage, but they have different effects.nn- Display: The 'display' property determines whether an element is rendered or not. Its possible values include 'none', 'block', 'inline', etc. When set to 'none', the element will not be visible and take no space in the layout.nn- Visibility: The 'visibility' property only affects the element's visibility without affecting its position in the layout. Its possible values are 'visible' (default), 'hidden' (makes the element invisible but still takes up space), and 'collapse' (removes an inline-level element from the layout, similar to 'display: none').
| Is This Answer Correct ? | 0 Yes | 0 No |
Define cache coherency and how is it eliminated? : Dot net architecture
what are the fundamental and common properties of .net controls?
how to set the startup position of the form?
Xmlserializer is throwing a generic "there was an error reflecting myclass" error. How do I find out what the problem is?
HttpHendler and HttpModules
What is difference between Desktop, Client Server & Web based applications?
Difference between throw exception and rethrowing ?
How can I create a application?
Define domestic architecture artifacts? : Dot net architecture
Explain the race around condition? : Dot net architecture
What is difference between .net and visual studio?
Explain the five stages in a dlx pipeline? : Dot net architecture