In the accompanying figure, the cell with the "Lunch" contents is an example of the use of a ____ attribute.

A. rowspan
B. colspan
C. merge
D. spanrow


Answer: B

Computer Science & Information Technology

You might also like to view...

What is the output of the following code fragments?

int trial( int& a, int b) { if(b > a) { a=b; return –a; } else { return 0; } } float x=0, y=10,z; z=trial(y,x); cout << z << " " << x <<" " << y << endl; a. –10 0 0 b. 0 10 0 c. 10 0 0 d. 0 0 10

Computer Science & Information Technology

____________________ refers to changing the appearance of text in a document such as the font, font size, and color.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

In PHP, session IDs are stored in which constant?

a. TRANS_ID b. SID c. SESSION_ID d. TRANS_SESSION_ID

Computer Science & Information Technology

The StackTrace property of an Exception can be a useful debugging tool. How is this property used when debugging?

What will be an ideal response?

Computer Science & Information Technology