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
Name a few prominent css frameworks.
What is the purpose of px measurement unit?
How do you change the font type?
What is the main role of padding?
What is a css reset?
Which property is used to control the position of an image in the background?
Name some online resources you reference when having css issues.
What are the different media types included in css?
Name the property used to specify the background color of an element.
Mention the syntax for adding multiple background images in css3?
What is margin in box model?
What happens if 100% width is used along with floats all across the page?
Are style sheets case sensitive?
What is style sheet explain with example?
What css class do you use to span 12 columns on medium sized screens but only 6 columns on large screens in the latest version of bootstrap?