You can add a link on an HTML page using the “a” tag. Here is an example:
```
Visit Example.com
```
In this example, “https://www.example.com” is the URL you want to link to, and “Visit Example.com” is the clickable link text that will appear on your HTML page.