How do you add a link to an app?

I'm making a cooking app and I need the link to be just clicked and it brings you to a website pls help

Use the webviewer, GoToUrl block.

Alternatively, if you want to open the native browser, use the ActivityStarter (android.intent.action.VIEW)

thank you so much I will try this