<html>
<body>
<a href="https://TutorialBrain.com/">Open the given link</a>
<h3> What is a link in HTML ?</h3>
<p>Links are the connection between one HTML web page to another external HTML page.
Links are used to redirecting the user to the external resource.
When a user clicks on a given link it will take you to an other or required destination. </p>
</body>
</html>