Links (Advanced)

All HTML topics
∙ Chapter 36

Links Advanced

Links are more than just "go to another page". You can create phone/email links, download links, open in a new tab safely, and jump to sections on the same page.

🔗Beginner rules

New tab: use target="_blank" and add rel="noopener noreferrer" for security.

Same page: link to an element id like #contact.

Phone/email: use tel: and mailto:.

links-advanced.php
📝 Edit Code
👁 Live Preview
💡 If you use target="_blank", always add rel="noopener" for safety.