Nesting <a>
HTML elements is forbidden. Here's an example:
<a href="https://nono.ma">
Go to my website, or to my
<a href="https://nono.ma/about">
about page
</a>.
</a>
A link to the about page is nested inside of a link to the root of this site.