How to I integrate a hyperlink

How do I integrate a hyperlink?

Hey @CharlesHofstra! Welcome to the community!

To add a hyperlink to your website, you can use the <a> tag to create a redirect that the user has to click:

<a href="https://LINK.TO/REDIRECT/">Click Me!</a>

Remember to include “https://” at the front of your redirect website so that it won’t send the user to a local web address.

6 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.