If we dissect the "body" of the HTML link, we'll define the <a>
element, the href
attribute, and link text. The href
attribute contains the URL — a final destination for users once they click the link. You have to make sure to use both start <a>
and end </a>
tags along with the correct syntax.