InterviewSolution
Saved Bookmarks
| 1. |
Which attribute specify a column name from the data source object?(a) datafld(b) codebase(c) hspace(d) datasrcThe question was asked in homework.Asked question is from HTML5 Semantics & YouTube Videos in division Advance HTML of HTML |
|
Answer» CORRECT option is (a) datafld To EXPLAIN: datafld attribute is SUPPORTED by Internet Explorer 4 and its higher versions. It specifies column name from the data source object that supplies bound data. This attribute may be used to specify various ELEMENTS passed to Java applet. CODEBASE gives absolute or relative URL of directory. In applet, hspace provides horizontal space on both of sides. HTML datasrc attribute used for data binding. |
|