Home » CSS » Css miscellaneous » Question
  1. ___________ has a grammar but unlike traditional (X)HTML it is not defined with a document type definition.
    1. CSS 2.1
    2. CSS 1
    3. CSS 3
    4. CSS 2
    5. None of these
Correct Option: A

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.



Your comments will be displayed only after manual approval.