At a recent interview I was asked the question \"Is CSS giving error?\" by the interviewer.
Is there an interpreter working behind CSS which blocks
"Is CSS giving error ?" - No
CSS itself don't gives error. It will just ignore that attribute if it is incorrect. If there is syntax error then it will also ignore the same and if any other selector get effected due to syntax error (like missing of '}') that also will be ignored.
There are various IDE (like visual studio) highlight your errors. As gabe3886 told you can also validate your syntax using W3C CSS Validator