0
<!DOCTYPE html>
<html>
<body>
 <h1>The a element</h1>
 <a href="https://www.workingcode.in/developer-forum/">Visit Workingcode.in!</a>
 </body>
</html>

Output:
The a element
Visit Workingcode.in!

How to create hyperlink in HTML using a href tag
Expert Asked question July 18, 2023