How to add links in HTML
We can add links in HTML by using anchor tag
The <a> tag defines a hyperlink, which is used to link from one page to another.
The most important attribute of the <a> element is the href attribute, which indicates the link's destination.
Example
<!DOC...
hiteshdewangan.hashnode.dev1 min read