email maketing template using html free code example
Example 1: hotlink html
<a href="URL GOES HERE">the URL again, or other words, or an image </a>
Example 2: quick confirmation window for webapp link php
<a href="url_to_delete" onclick="return confirm('Are you sure you want to delete this item?');">Delete</a>