Tryit basic HTML link

 <!DOCTYPE html>

<html>

<body>


<h2>HTML Links</h2>

<p>HTML links are defined with the a tag:</p>


<a href="https://arvindupadhyayauthor.blogspot.com/">This is a link</a>


</body>

</html>


output-

HTML Links

HTML links are defined with the a tag:

This is a link

Post a Comment

0 Comments