Q. In the given line of code, identify the type of selector used.
Code:
#Main {background-color: yellow;}
β
Correct Answer: (B)
CSS id selector
#Main {background-color: yellow;}
You must be Logged in to update hint/solution