a) Whether the text is in bold b) Whether the text is wrapped c) Whether the text is ...
View QuestionWhich of the following is the attribute that is used to add a name/value pair to a microdata item?
a) itemscope b) itemref c) itemprop d) itemid Answer: c Explanation: A boolean global attribute which specifies ...
View QuestionWhich of the following is the attribute that is used to set a global identifier for a microdata item?
a) key b) id c) itemclass d) itemid Answer: d Explanation: The unique id for an element ...
View QuestionThe accesskey attribute specifies a keyboard navigation accelerator for the element.
a) True b) False Answer: a Explanation: The accesskey attribute specifies a shortcut key to activate/focus an ...
View QuestionWhich of the following is the attribute that specifies additional horizontal space, in pixels, to be reserved on either side of an embedded item like an iframe, applet, image, and so on?
a) height b) hspace c) hidefocus d) datasrc Answer: b Explanation: Height of element is pixels is ...
View QuestionWhich of the following is the attribute that indicates the name of the data source object that supplies the data that is bound to this element?
a) dataFormatAs b) datafld c) disabled d) datasrc Answer: d Explanation: The identifier for data source is ...
View QuestionWhich of the following is the attribute that specifies the column name from the data source object that supplies the bound data?
a) dataFormatAs b) datafld c) disabled d) datasrc Answer: b Explanation: DataFormatAs specifies how data is rendered. ...
View QuestionThe __________ attribute sets the text direction as related to the lang attribute.
a) lang b) sub c) dir d) ds Answer: c Explanation: The dir attribute specifies the text ...
View QuestionWhich attribute is used to provide an advisory text about an element or its contents?
a) tooltip b) dir c) title d) head Answer: c Explanation: The extra information about an element ...
View QuestionThe _____________ attribute specifies an inline style associated with an element, which determines the rendering of the affected element.
a) dir b) style c) class d) article Answer: b Explanation: Style attribute specifies an inline style ...
View Question