To create a link to an anchor, you use the ____ attribute.

A. name
B. href
C. link
D. anchor


Answer: B

Computer Science & Information Technology

You might also like to view...

An ARP cache temporarily stores which of the following?

a. IP addresses for networking devices recently contacted b. MAC addresses for networking devices to be contacted c. IP addresses for networking devices to be contacted d. MAC addresses for networking devices recently contacted

Computer Science & Information Technology

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

1. A vector can potentially encounter an ArrayIndexOutOfBoundsException. 2. An Iterator is an object that allows your code to produce the elements in a vector or other container one after the other, exactly once. 3. The V parameter in a HashMap may be any object, but the K parameter must be a String. 4. The number of entries that may be added to a HashMap object is limited to what is specified as the initial capacity in the constructor for the HashMap object.

Computer Science & Information Technology

Operator ________ is the operator keyword for inequality.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

?In a systems development life cycle (SDLC) model, the purpose of the _____ is to build a logical model of the new system.

A. ?systems analysis phase B. ?systems implementation phase C. ?systems design phase D. ?systems support and security phase

Computer Science & Information Technology