How will the following HTML code snippet be displayed in a browser?
<p>Use <kbd>Ctrl</kbd> + <kbd>C</kbd> to copy.</p>
"Ctrl" and "C" will be displayed using a monospaced font.
"Ctrl" and "C" will be displayed in bold.
"Ctrl" and "C" will be displayed in italics.
"Ctrl" and "C" will be displayed as normal text.