sports results, stock reports, train timetables are types of information that needs to be displayed in Grid or table
Anonymous Quiz
95%
T
5%
F
The contents of the table are written out row by row using
Anonymous Quiz
5%
<table>
4%
<thead>
83%
<tr>
7%
<td>
Each cell of a table is represented using a … element
Anonymous Quiz
4%
<table>
4%
<thead>
7%
<tr>
85%
<td>
… element is used just like the <td> element but its purpose is to represent the heading for either a column or a row
Anonymous Quiz
5%
<table>
25%
<thead>
6%
<tr>
65%
<th>
an attribute which is used to modify the background color is
Anonymous Quiz
42%
backgroundColor
54%
bgcolor
3%
color
1%
backcolor
an attribute which is used in images to get the source of target image
Anonymous Quiz
6%
source
87%
src
7%
alt
an attribute which specifies whether a header cell is a header for a column or a row
Anonymous Quiz
43%
scope
15%
orientation
20%
target
23%
colrow
a tag which is used to write figure captions
Anonymous Quiz
21%
<figurecaption></figurecaption>
29%
<fig></fig>
50%
<figcaption></figcaption>