CSS MCQ Set 1 1. Which of the following CSS property defines the different properties of all four sides of an element’s border in a single declaration? a) border b) padding c) border-collapse d) border-width AnswerAnswer: d [Reason:] The border-width property sets the width of an element’s four borders. This property can have from one…