<a> element
This is the short syntax form for anchors. It uses the <a> tag instead
of the <anchor> tag, and can only be used to define (implied) <go>
tasks that require a URL specification.
Syntax
<a href="url" <!-- required --> title="label">
...any valid combination of <text>, <br/> and <img> elements
</a>