HTML Href Attributes Code For Website - Learn About Website | DaddyFile

0

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>


Html Code Result:

This is a link


Post a Comment

 
Top