?A(n) _____ is used as a sidebar and contains additional information about a particular item mentioned within another element.

A. ?informationelement
B. ?sectionelement
C. ?asideelement
D. ?contentelement


Answer: C

Computer Science & Information Technology

You might also like to view...

Why might you carry a tablet instead of a notebook?

a.Longer battery life b.To listen to music c.To take pictures d.All of the above

Computer Science & Information Technology

Here is a function prototype and a few lines of code. What is the correct call statement?

``` void Function(int *p, int &r, string s); int a, b; string s; ``` A. Function(a, b, s); B. Function(&a, &b, s); C. Function(a, &b, s); D. Function(&a, b, s);

Computer Science & Information Technology

Which kind of cabling would you select when you need to cover distances that span kilometers?

A. coax B. UTP C. STP D. fiber-optic

Computer Science & Information Technology

Which of the following is not an icon on the Links panel?

A. the Modified icon B. the Missing icon C. the OK icon D. the Embedded link icon

Computer Science & Information Technology