How do I insert a link in html?

There is a tag [product_review_link] instead of which a link to the site should be inserted in html шаблоне emails by the mailing site, please help me put it there))

href="[product_review_link]" - of course it doesn't work. I don't know how to ask a normal question Google on this occasion.

Author: Air, 2019-02-27

1 answers

Make sure that you are using the html tag correctly:

<a href="https://google.ru">Cсылка</a>

Source link: original

P.S. If the link is external, then href must specify https:// or http://

 2
Author: Antonio112009, 2019-02-27 03:48:30