CSS (Cascade Style Sheet) Quiz 4 CSS (Cascade Style Sheet) Quiz 4 Which one is not the possible list-style-typesCircleSquareDecimalGlyph iconSelect how to insert images as a bullets with list elementslist-style-image: url(/bullet.gif)image: url(/images/bullet.gif)list-image: url(/images/bullet.gif)none of theseSelect how apply border on divDiv {border: 3px}Div {div_border: 3px}Div{border: 3px solid}Both A and CHow to specify table collapse in a single bordertable {border-collapse: collapse;}table {collapse: collapse;}table {border-collapse: true;}table {border-collapse: yes;}Which attribute will be used to specify or modify the type of cursor that must be displayed to the user.PointerCSS-cursorCursorOne of theseFormatted border attributes includesOutlineInlineBorder-formatAll of the aboveElements overlaps to each other using ………. Propertyz-indexy-indexx-indexw-indexWhat content does in counters?Creates a counterIncrement the counter valueInsert content valueNone of aboveCSS animation related rules@keyframes@import@animation@mediaThe padding property set the space…….of an element spaceOutsideInsideLeftsideRigtside