a) space b) line-height c) letter-spacing d) letter-space Answer: c Explanation: letter-spacing property sets the amount of spacing ...
View QuestionWhich of the following property assigns a graphic image to a list item?
a) list-style-type b) list-style-image c) list-style d) list Answer: b Explanation: list-style-type defines labels for a list ...
View QuestionWhich of the following property defines labels for a list of items?
a) list-style-type b) list-style-image c) list-style d) list Answer: a Explanation: Syntax: list-style-type: disc | circle | square ...
View QuestionWhich of the following property sets a variation of the specified or default font family?
a) height b) font-weight c) default d) font-variant Answer: d Explanation: Syntax: font-variant: normal | small-caps | inherit
View QuestionWhich of the following property sets the font size of text?
a) text-size b) font-size c) size d) text Answer: b Explanation: Syntax: font-size: length | percentage | ...
View QuestionWhich of the following measurement defines measurement as a percentage?
a) % b) cm c) em d) in Answer: a Explanation: Defines a measurement as a percentage. Percentages are ...
View QuestionWhich of the following measurement defines a measurement relative to a font’s x-height?
a) ex b) em c) pt d) px Answer: a Explanation: Defines a measurement relative to the height of ...
View QuestionThe ________________ directive allows style sheets to be grouped and joined together, though some might wonder what the value of this function is given what linked styles provide.
a) <head> b) <style> c) <script> d) @import Answer: d Explanation: Within embedded <style> blocks, properties can be ...
View QuestionWhich of the following tag can be used to embed a Document-wide styles in a document’s head element?
a) <head> b) <style> c) <script> d) <html> Answer: b Explanation: Document-wide styles can be embedded in a document’s ...
View QuestionWhich of the following tag is used to linked information should be placed inside?
a) <head> b) <html> c) <div> d) <body> Answer: a Explanation: Linked information regarding CSS like external CSS document information ...
View Question