Discussion :: CSS - CS
- ___________ has a grammar but unlike traditional (X)HTML it is not defined with a document type definition.
Answer : Option C
Explanation :
CSS 2.1 has a grammar (www.w3.org/TR/CSS21/grammar.html) but unlike traditional (X)HTML it is not defined with a document type definition. Instead the CSS specification is a combination of prose and a grammar that could be used to build a simple parser.
Be The First To Comment