a) author b) user c) user-agent d) none of the mentioned Answer: b Explanation: User: The ...
View QuestionThe __________ specifies style sheets for a source document according to the conventions of the document language. For instance, in HTML, style sheets may be included in the document or linked externally.
a) author b) user c) user-agent d) none of the mentioned Answer: a Explanation: Author. The ...
View QuestionThe ___________________ property specifies whether or not an element should be resizable by the user.
a) Outline Offset b) Resize c) Unit d) None of the mentioned Answer: b Explanation: Resize
View QuestionCSS3 ___________ let you display smooth transitions between two or more specified colors
a) Float b) Align c) Gradients d) Color Answer: b Explanation: Earlier, you had to use images ...
View QuestionAs a general rule, properties in CSS inherit from ___________ elements
a) child to parent b) parent to child c) grandparents to parents d) none of the mentioned
View QuestionHow a style sheet can be glued to the HTML document?
a) Import a style sheet using the CSS @import notation. b) Apply the basic, document-wide style sheet for the ...
View QuestionThe ______________ is the link between the HTML document and the style. It specifies what elements are affected by the declaration.
a) Tag b) Selector c) Declaration d) Class Answer: b Explanation: The selector is the link between ...
View QuestionWhich of the following option a declaration consist of?
a) Tag b) Property c) Selector d) Class Answer: b Explanation: A declaration has two parts separated ...
View QuestionWhich of the following option a rule consists of?
a) Tag b) Selector c) Declaration d) Both Selector and Declaration Answer: d Explanation: Both Selector and ...
View QuestionEach property may also have a cascaded value of ___________ which means that, for a given element, the property takes the same specified value as the property for the element’s parent.
a) !important b) delay c) inherit d) important Answer: c Explanation: Each property may also have a ...
View Question