dTechNotes
Sunday, June 8, 2014
Anchor links within a HTML Page
Define a link (use id as name is deprecated in HTML5):
<a id="contact"></a>
Add link text to navigate to the above link:
<a href="#contact">Contact</a>
Email HTML Link Example
<a href="mailto:email@domain.com?Subject=Hello">email@domain.com</a>
Newer Posts
Home
Subscribe to:
Posts (Atom)