What effect does the following HTML code have in a browser?
<p>This is <mark>highlighted text</mark> in the paragraph.</p>
'highlighted text' will appear highlighted from the rest of the paragraph.
'highlighted text' will be displayed as normal text.
'highlighted text' will be displayed in bold.
'highlighted text' will be displayed in italic.