Answer:
When the hyperlink is selected, a web page opens in the default browser.
Step-by-step explanation:
HTML is an acronym for hypertext markup language and it is a standard programming language which is used for designing, developing and creating web pages.
Generally, all HTML documents are divided into two (2) main parts; body and head. The head contains information such as version of HTML, title of a page, metadata, link to custom favicons and CSS etc. The body of the HTML document contains the contents or informations of a web page to be displayed.
A hyperlink can be defined as an element in a HTML document that provides a direct access or link to another document, page, location, and image.
Basically, a hyperlink links to the same page or image in a HTML document or another HTML document. The texts contained in a hyperlink is usually highlighted and only activated by a click.
In Microsoft Outlook, when a hyperlink is selected, a web page opens in the default browser.