Understanding Link in HTML
Links are used in HTML to connect one web page to another or other resources on the internet.
A link is created using the <a> tag, which stands for anchor.
<a href="url">link text</a>
Within the <a> tag, you specify the destination of the link using...
ritechoice23.hashnode.dev2 min read