For email links,use anchor elements to link to an email address by including the href attribute followed by _____ and then the email address.?

A. ?sendto:
B. ?mailto:
C. ?copyto:
D. ?referto:


Answer: B

Computer Science & Information Technology

You might also like to view...

The main storage device for most PCs is a high-capacity ____.

A. DVD B. hard disk drive C. CD D. USB flash drive

Computer Science & Information Technology

Which of the following could be used to declare abstract method method1 in abstract class Class1 (method1 returns an int and takes no arguments)?

a. public int method1(); b. public int abstract method1(); c. public abstract int method1(); d. public int nonfinal method1();

Computer Science & Information Technology

jQuery is a ____ framework.

A. JavaScript B. UNIX C. Perl D. C++

Computer Science & Information Technology

If the object is created in the definition of a method of the class, then the object can access both the public and private members of the class.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology