How to link to individual phrases in a paragraph using a HTML snippet?
When you apply a link to a text box, this hyperlink is applied to the entire text box.

Sometimes, you may wish to apply a hyper link to only certain phrases within a paragraph. You can do so using a HTML Snippet, with the help of a few simple markup tags. Please see the following steps for an example:

1. Launch the HTML Egg App and navigate to the web page you wish to modify

2. Tap on Add New and select "HTML Snippet"

3. Copy and paste the following code segment into the newly added HTML Snippet box
This is a sample paragraph with an embedded <a href="https://apple.com">link to Apple</a>.

And you are done! Preview to see the result.

When adding text containing any markup tags, please make sure you use a HTML Snippet box (not a regular text box)