Question 1: What is the default value of the overflow property in CSS?
Question 2: Which overflow value hides any overflowing content without scrolling?
Question 3: What does the overflow: scroll; property do?
Question 4: Which property is used to control horizontal and vertical overflow separately?
Question 5: What happens when overflow: auto; is applied?
Question 6: Which property is used for defining a clipping region in CSS?
Question 7: What happens when clip: rect(0, 100px, 100px, 0); is applied?
Question 8: Which value of clip-path creates a circular clipping region?
Question 9: What is the main difference between overflow: hidden; and clip-path?
Question 10: What happens if overflow-x: hidden; and overflow-y: scroll; are set together?