Html Links Anchors — Free Html Tutorial
Learn Html Links Anchors in Html with a free, beginner-friendly tutorial, examples and practice for Indian students on Syllab.in.
TL;DR: Learn Html Links Anchors in Html with a free, beginner-friendly tutorial, examples and practice for Indian students on Syllab.in.
Written & reviewed by the Syllab.in Academic Team (CBSE/NCERT subject experts) · Updated
Html Links Anchors in Html
Links (<a>) create navigation. href attribute is the destination. target="_blank" opens in new tab. rel="noopener" is security best practice.
Anchor links jump to sections: <a href="#section-id"> links to <div id="section-id">.
Use descriptive link text, not "click here". SEO benefits from meaningful anchor text.
Html Links Anchors — Syntax
<a href="https://syllab.in">External Link</a> <a href="/page" target="_blank">New Tab</a> <a href="#top">Jump to Top</a> <div id="top">Content here</div>
Learn Html Links Anchors step by step with Syllab's free interactive Html tutorial — runnable code examples, practice exercises and instant AI feedback, all free with no signup. Explore the full Html course →