You can navigate through a page’s links with the keyboard by pressing:

a. Tab
b. Shift
c. Spacebar
d. Option

a. Tab

Computer Science & Information Technology

You might also like to view...

A ________ is a group of formatting choices that can be applied in a single step

A) theme B) font C) format D) style

Computer Science & Information Technology

When searching a linked list, we do not move the start pointer through the list because:

A. it would result in memory leak B. it is faster to use another pointer other than start C. pointers that move through linked lists are disruptive D. it is never necessary to move a pointer through a linked list; the linked list can be searched by simply examining each node for the needed information

Computer Science & Information Technology