Which keyboard shortcuts are used to display non-editable HTML source code for the current page in the Chrome browser? A. Alt + U B. Alt + S C. Ctrl + U D. Ctrl + S

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

The correct answer is C. Ctrl + U.

The keyboard shortcut Ctrl + U is used to display non-editable HTML source code for the current page in the Chrome browser. This shortcut can be used to view the HTML code for any web page, and it can be helpful for debugging web pages or learning how web pages are created.

The other options are incorrect. Option A, Alt + U, is used to open the Chrome developer tools. Option B, Alt + S, is used to save the current page. Option D, Ctrl + S, is used to save the current page as a file.