A tag pair assigns meaning to a web page ____, which is a specific component of the page, such as a paragraph or a heading.

A. property
B. element
C. object
D. attribute

Answer: B

Computer Science & Information Technology

You might also like to view...

Which of the following statements is not true of a constructor and destructor of the same class?

a. They both have the same name aside from the tilde (~) character. b. They are both usually called once per object created. c. They both are able to have default arguments. d. Both are called automatically, even if they are not explicitly defined in the class.

Computer Science & Information Technology

An example of a producer/consumer relationship is ________.

a) an application that copies data from a fixed-size buffer to a CD-RW b) a word processor that sends data to a buffer to be printed c) both a and b d) none of the above

Computer Science & Information Technology