?The fundamental building block in every Hypertext Markup Language (HTML) document is the _____ tag, which marks a component in the document.

A. ?head
B. ?paragraph
C. ?element
D. ?anchor

Answer: C

Computer Science & Information Technology

You might also like to view...

You need to install a new sound card for a colleague's computer. Which of the following does NOT represent a typical method for installing the driver on a Windows system?

A. PnP B. Add a device wizard C. Device Manager D. Programs and Features

Computer Science & Information Technology

What is the value of x after the following statements execute?int x = 5;int y = 30;do  x = x * 2;while (x < y); 

A. 5 B. 10 C. 20 D. 40

Computer Science & Information Technology