The href Attribute Explain
HTML links are defined with the <a> tag. The link address is specified in the hrefattribute.
Html Code:
<!DOCTYPE html>
<html>
<body>
<a href="http://www.daddyfile.com">This is a link</a>
</body>
</html>
Post a Comment