Saturday, June 11, 2016

About anchors

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...
d

<!DOCTYPE html>
<html>
<body>

<a href="http://www.surfing.com">Visit Surfing.com!</a>

</body>


</html>

No comments:

Post a Comment