Saved Bookmarks
| 1. |
Scope attribute can’t have the value __________(a) row(b) rowgroup(c) col(d) I have been asked this question in an international level competition.My query is from Working with Tables topic in portion HTML Tables, Javascript & Jquery Basics of HTML |
|
Answer» Right option is (d) For explanation I would SAY: scope attribute defines a set of data cell. It is USED in place of headers. This attribute can have one of the value among rowgroup, row, colgroup, col, rowgroup, and colgroup PROVIDES information of HEADER cell of the corresponding row and COLUMN groups. |
|