HTML Links 📌
An HTML Link helps us to add a direct link to files or website present at same address or the other.
There are 3 types of Linking:
1. Internal Linking
2. External Linking
3. Linking to sections of a document
Example of HTML Internal Linking
Internal Linking means linking to file in same directory.

This is a Internal Link
Example of HTML External Linking
External Linking means linking to a External file or website not in same directory.
This is a External Link to duckduckgo.com
Example of Linking to sections
Linking to sections means linking to some section in same html file.
This is a Link to section of Internal Link.
On Clicking on above link, you will be directed to Section of Internal Link.