How will the following HTML code snippet be interpreted?
<em>Emphasized text</em> and <strong>bold text</strong>
Both will be displayed as normal text.
"Emphasized text" will be displayed in bold and "bold text" in italics.
Both will be displayed in italics.
"Emphasized text" will be displayed in italics and "bold text" in bold.