| Which is the correct way to code CSS.
Choose the correct option from below list
(1)p {border-left: 10px dotted orange}
(2)p {border-right: 80px gold red;}
(3)p {border-right: 80px outset solid;}
(4)p {border-right: 80px inset silver;}
Answer:-(4)p {border-right: 80px inset silver;} | | |