Which of the following statements is true about an image map?
A) In HTML, an image map must be defined either a name or an id attribute.
B) Neither XHTML nor HTML requires a name or id attribute when creating an image map.
C) In XHTML, an image map should be defined using both a name and an id attribute. These attributes should have different names.
D) An image map should be defined using both a name and an id attribute in order to satisfy requirements of both XHTML and HTML. These attributes should have same names.
D
You might also like to view...
The operating system performs________to move the first process and its dependent data into memory, and to move the new processes and its dependent data into the processor.
a) time slicing. b) concurrency. c) context switching. d) None of the above.
Class HttpClient’s ________ method starts a new Task
a) RequestWebStringAsync b) QueryWebStringAsync c) StartTaskStringAsync d) GetStringAsync
Which of the following is not a valid reason for using exception handling?
a. throw and catch can be used like gotos b. the procedure for handling an error depends on the situation c. need to handle built in exceptions d. none of the above
When using the Label Wizard the selected field names in the Prototype Label text box are surrounded by:
A) single quotes. B) braces. C) square brackets. D) double quotes.