What effect does the following HTML code have in a browser?
<address>[email protected]</address>
'[email protected]' will be displayed in bold.
'[email protected]' will be displayed as normal text.
'[email protected]' will be displayed in italic.
'[email protected]' will be displayed with a style that simulates terminal output.