How do you create an internal link within the same HTML document?
By using an anchor (<a>) element with a target attribute
<a>
target
By using a href attribute with a URL fragment (#)
href
#
By using a src attribute with the page's own URL
src
By using an anchor (<a>) element with a rel attribute
rel