HTML Tutorial - Links (Hyperlinks)
๐ Links - Clickable Text
๐ Links Har Jagah:
๐ฑ Instagram bio link
๐ Google search results
๐ง Email buttons
๐ Types
| Type | Code |
|---|---|
| Website | href="https://..." |
| href="mailto:..." | |
| Phone | href="tel:..." |
target="_blank"
Naye tab mein open karo
Example
<a href="https://google.com">Google</a>
<a href="mailto:test@test.com">Email</a>