0
Is css an interpreter or compiler?
4 Respostas
+ 3
As said by @Highman, css is nine of both, and If you rather ask if it is interpreted or compiled, as suggest @Skayo, the right word used for css is say that's it is parsed by the browser... but it's near of being interpreted and not at all compiled ^^
+ 1
Parser?
+ 1
css is a style specification defined by w3c consorcium.This style code is interpreted by browsers.So this is not a compiler nor interpreter it is standard.
0
css is an stylesheet made to style html pages. It's interpreted by your browser