Checkmark

Thank you for your feedback

How do I create a hyperlink?

Learn how to create a simple text link using HTML.

Article ID: SLN20456

Add these HTML tags around the text that you want to link:

<a href="https://turbify.com">Turbify home page</a>

In this example, clicking on the text "Turbify home page" will bring you to the address specified: https://turbify.com.