HTML Linking, using an absolute URL Code For Website - Learn About Website | DaddyFile

0

HTML Links - Hyperlinks Explain

HTML links are hyperlinks.
A hyperlink is a text or an image you can click on, and jump to another document.



Html Code:

<!DOCTYPE html>
<html>
<body>

<p><a href="http://www.Daddyfile.com">Visit our tutorial Site</a></p>

</body>
</html>




Html Code Result:

Post a Comment

 
Top