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>
Post a Comment