Limiting the number of clicks or taps to get to what you want matters most when:

a. a Web site contains a very large number of pages
b. you have to go down the same path in a site frequently
c. the content of a site is boring

b. you have to go down the same path in a site frequently

Computer Science & Information Technology

You might also like to view...

The Document Inspector checks for all of the information that displays in Slide Show view

Indicate whether the statement is true or false

Computer Science & Information Technology

Which of the following properly declares an auto-implemented Name property of type string?

a) public string Name { get, set } b) public string Name { get, set, } c) public string Name { get; set; } d) public string Name { get: set: }

Computer Science & Information Technology