CSS (Cascade Style Sheet) Quiz 2 CSS (Cascade Style Sheet) Quiz 2 p Letter spacing must be 3px, select right one/pp {letter-spacing: 3px;}p { word-spacing: 10px;}p {spacing: 3px;}p {letter-space: 3px;}………..rule lets you to design CSS with modular approach @import@using@include@modularVariables in CSS calledCountersStringsNo variables exist in CSSCharactersCSS3……. allows you to change property values, from one value to anotherTransitionsAnimationsShadowsFontsWhich of the following is not functions in CSS.Attr()Calc()Linear-gradient()Radia-gradiant()All of theseWhich one is not included in CSS colors.RGBRGBAHSLHTTPCSS stands forCascading style sheetsComputer sensitive styleCase sensitive sheetNone Set the div element as 100px length and 100px widthdiv { length:100px; width:100px}div { height:100px; width:100px}div { Divlength:100px; Divwidth:100px}all of these pConvert text from lower to upper/p.uppercase{ text-transform: uppercase;}P>uppercase{ text-transform: uppercase;}both A and B#uppercase{ text-transform: uppercase;}Select how to specify table, row and cell borders?table, th, td {border: 1px;}table {border: 1px;}.table th td {border: 1px;}#table> th > td {border: 1px;}