a
Defines a hyperlink. The href attribute specifies the URL of the destination.
Syntax
html
<a href="url">Link text</a>Example
html
<a href="https://devforgeacademy.com" target="_blank">Visit DevForge</a>Defines a hyperlink. The href attribute specifies the URL of the destination.
<a href="url">Link text</a><a href="https://devforgeacademy.com" target="_blank">Visit DevForge</a>