Basic Css - Study Mode
[#71] ___________ has a grammar but unlike traditional (X)HTML it is not defined with a document type definition.
Correct Answer
(C) CSS 2.1
Explanation
Solution: 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.
[#72] Which of the following is the correct way to applying style to a document?
Correct Answer
(D) All of the mentioned
[#73] What does screen media type is used for?
Correct Answer
(C) For use with color computer screens
[#74] For Inline Style don’t need to reapply style information throughout the document and outside documents.State true or false.
Correct Answer
(B) False
[#75] For document-Wide StyleCan easily control style document by document.State true or false.
Correct Answer
(A) True