Basic Html - Study Mode
[#131] Which attribute is used to provide an advisory text about an element or its contents.
Correct Answer
(C) title
Explanation
Solution: The information is most often shown as a tooltip text when the mouse moves over the element.
[#132] The __________ attribute sets the text direction as related to the lang attribute.
Correct Answer
(C) dir
Explanation
Solution: The dir attribute specifies the text direction of the element’s content.
[#133] Which of the following is the attribute that specifies the column name from the data source object that supplies the bound data?
Correct Answer
(B) datafld
Explanation
Solution: datafld attribute specifies the column name from the data source object that supplies the bound data. This attribute is specific to Microsoft’s data binding.
[#134] Which 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?
Correct Answer
(D) datasrc
Explanation
Solution: When the dataSrc property is applied to a tabular data consumer, the entire data set is repeated by the consuming elements.
[#135] Which 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?
Correct Answer
(B) hspace
Explanation
Solution: The hspace attribute specifies the whitespace on left and right side of an object.