CSS (Cascade Style Sheet) Quiz 5 CSS (Cascade Style Sheet) Quiz 5 Html provides both ordered and unordered list pattern. CSS apply style on lists, which of the following is not list styling property?list-style-typelist-style-positionlist-style-imageall of these Subheadings must be indent slightly right, select how to indent subheadings right?list-style-position:insidepadding-left: insidemargin-left: insideall of theseSpecify distance between list mark and text through…….marker-offsetpadding-offsetmargin-offsetall of theseSelect how to set Times new roman font for h1H1{ font-family: "Times New Roman";}H1{ font: "Times New Roman";}H1{ font-style: "Times New Roman";}None of theseMake table rows hover able for better user experience, which one is not valid syntax for this?tr:hover{background-color:red}td:hover{background-color:red}th:hover{background-color:red}table:hover{background-color:red}…………Position is stayed in the same place even if the page is scrolled!FixedRelativeStaticAbsolute All the heading have default their sizes, how is it possible to increase size of h1?h1{ font-size: 50px;}h1{ h1-size: 50px;}h1-increase{ font-size: 50px;}all of the above Cursor related valuesPointerMovee-resizeall of the aboveCSS pseudo-classes are used to add special effects to some selectors, Which following is not the example of pseudo-classesa:linka:visiteda:activeh:link