Write the HTML code that produces the following Web page. The width of the table is 400 pixels and the border is one pixel wide. The header is enclosed in an H2 element.

```
1
2
3
4
5
6 Average Grades by Year
7
8
9
10


11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Average Grades by Year

Report Card

 199719981999
HistoryB+BA-
EnglishC+B-C
MathAAA+

51
52
53
```

Computer Science & Information Technology

You might also like to view...

Access has two filtering commands ________

A) Selection and Filter by Record B) Detection and Filter by Form C) Selection and Filter by Form D) Detection and Filter by Record

Computer Science & Information Technology

What objects will not use the caption instead of the field names?

A) Forms B) Reports C) Datasheets D) Macros

Computer Science & Information Technology