A link can be added easily, using the following code format:
<a href=”https://www.targetURL.com”>Text to display</a>
You can also have it open the linked content in a new browser, or tab using this code:
<a href=”https://www.targetURL.com” target=”blank”>Text to display</a>