CSS (Cascade Style Sheet) Quiz 1 CSS (Cascade Style Sheet) Quiz 1 Set black color for whole group headings, which one is best syntax for?H1,h2,h3,h4,h5,h6{color: black}H1>h6 {color: black}H1…h6{color: black}All of theseSelect how to set text 20px left inside the element pP{text-align:20px}P{margin-left:20px}P{padding-left-20px}None of theseWhich one is not dimension related property?Min-widthMin-heightHeightMin-lengthVisibility related valuesHiddenCollapseVisibleAll of the above@import rule import external CSS file intoHTML fileCSS fileJavaScript fileAll of the aboveThe linear-gradient () function creates an/a….. Which represents a linear gradient of colors.ImageParagraph3d animation2d animationCSS is a Framework Programming languageScripting languageStylesheet LanguageMargin and padding space can be specified in the terms ofPx%Both A and BNoneThe list specified with list-style-type:lower-roman; will be displayed as1,2,3a,b,cA,B,Ci,ii,iiiHeight and width of an element should be specify through Height and width propertyLength and height propertyDivLenght and DivHeight propertyNone of these