The <a> tag (anchor) creates a hyperlink to other pages, files, or locations.
Link Attributes
href— the URL to link to (required)target— where to open the link:_self— same window (default)_blank— new tab/window
rel— relationship, e.g.noopener noreferrer