<template> a(:href= code example
Example 1: html a href
<a href="http://example.com" >Link text</a>
Example 2: href sql
echo '<td><a href="' . $row['url'] . '">' . $row['anchor'] . '</a></td>';
<a href="http://example.com" >Link text</a>
echo '<td><a href="' . $row['url'] . '">' . $row['anchor'] . '</a></td>';