Mid JavaScript

How do you create a hyperlink in HTML?

Use the <a> tag with the href attribute.

Example:

<a href="

target="_blank">Visit Google</a>

Explanation:

Follow me on LinkedIn:

  • href specifies the link URL.
  • target="_blank" opens it in a new tab.

Key Takeaway:

Always add descriptive link text for accessibility.

More from JavaScript Tutorial

All questions for this course