Which of the following keyboard shortcuts is used to view the source code of a web page in Chrome browser? A. Alt + S B. Ctrl + U C. Alt + U D. Ctrl + S

Alt + S
Ctrl + U
Alt + U
Ctrl + S

The correct answer is: B. Ctrl + U

To view the source code of a web page in Chrome browser, you can use the keyboard shortcut Ctrl+U. This will open a new tab with the source code of the current page.

The other options are incorrect. Alt+S is used to save the current page. Alt+U is used to change the page’s encoding. Ctrl+S is used to save the current page as a file.