The <a> tag is used to define a hyperlink.
Most common usage for the <a> is the href attribute which describes a links destination....see below...
Most common usage for the <a> is the href attribute which describes a links destination....see below...
d
<!DOCTYPE html>
<html>
<body>
<a href="http://www.surfing.com">Visit Surfing.com!</a>
</body>
</html>