Question 1: Which display value makes an element disappear from the layout but still occupies space?
Question 2: What happens when an element has display: none;?
Question 3: What is the default display value of a <div> element?
Question 4: Which CSS property allows an element to remain in the layout but be invisible?
Question 5: What is the difference between inline and inline-block elements?
Question 6: Which display value ensures that an element behaves like a block but does not start on a new line?
Question 7: What will happen if visibility: hidden; is applied to an element?
Question 8: Which display value is used to make a list item behave like a normal block element?
Question 9: Which display property is typically used for table elements?
Question 10: Which CSS property should be used to completely remove an element from the document flow?