$w.onReady(()=> {
$w('#text1').html =
`<p>Your text including a </p>`+`<a href="https://www.google.com">MY-LINK</a>`
});
$w.onReady(()=> {
$w('#text1').html =
`<p>Your text including a </p>`+`<a href="https://www.google.com">MY-LINK</a>`
});