What will be the result in the browser for the following HTML code?
<samp>Program output</samp> <code>Source code</code>
Both will be displayed as normal text.
"Program output" will be displayed in a style that simulates terminal output and "Source code" as in a code editor.
"Program output" and "Source code" will appear as in a code editor.
"Program output" will be displayed in italics and "Source code" in bold.