AControl
BTab
CAlt
DDelete
Answer:
B. Tab
Read Explanation:
Tab key
The Tab key is used to move the cursor across the screen.
The Tab key on a keyboard is used to move the cursor to the next tab stop.
Common uses
Indentation - In text documents and code editors, pressing Tab creates an indent, usually equal to four to eight spaces. This helps with the structure of text and code, making it more readable.
Navigation - In forms, dialog boxes, and web pages, the Tab key moves the focus from one field or control to the next. This allows users to navigate and interact with elements without using a mouse.
Command completion - In some command-line interfaces and applications, pressing Tab can complete partially typed commands or file names, saving time and reducing errors.
Basically, the Tab key provides a quick way to move between elements or create structured spacing, improving efficiency and usability.