An email link is just like a standard link, except that, instead of sending you to another page,
the link opens the associated email application so you can email the individual directly.
Email links are especially useful for contact emails for individuals,
staff members on a company site, and customer service and support feedback.
Email links use the mailto: attribute along with the HRef attribute and the recipient's
email address to accomplish this function .
The mailto: attribute to create an email link
<a href="mailto:test@example.com">email me</a>
If you'd like to make your link a little more user-friendly, you can also add a subject line
by following the email address with a question mark (?) and the subject attribute and value .
<a href="mailto:test@example.com?subject=Connect with our technician">email</a>
You'll want to consider accessibility features for your links as well, especially the title
attribute and a description, and tabindex if the sequential order of links on a given page is
particularly important to your site visitors.
<a href="mailto:test@example.com?subject=Connect our technician" title="email regarding Connect"
tabindex="3">email molly</a>
- HTML5 introducection
- HTML5 Content Types
- Sectioning HTML5 Elements
- Building Your Site for SEO
- Increasing Keyword Success
- seo for small business
- Anchor text for seo
- Picking the Right Keywords
- What’s the Robot Exclusion Standard?
- Managing PPC campaigns
- Using powerful titles
- WHEN TO IMPLEMENT SEO
- THE CONCEPT OF KEYWORDS
- Multicolumn Layout
- Layers
- Character Entities
- Alt tags in graphic links
- Create uniqueand accurate page titles
- Good practices for page title tags
- Improve the structure of your URLs
- Improving Click-Through Rates
- Google AdWords
- Yahoo! Search Marketing
- Submitting to directories
- CSS File for the HTML5 Page
- Using the Selectors API HTML5
- Overview of HTML5 Canvas
- CSS and Canvas HTML5
- Divs and spans
- id and class attributes
- XHTML vs. HTML
- Anatomy of an XHTML document
- Table basics in HTML
- How to Optimise Your Site
- Key Factors Effecting Link Quality
- Robots Meta Tag
- What Is JavaScript
- Include Inline JavaScript code
- JavaScript values, variables
- JavaScript and HTML DOM
- JavaScript Objects
- JavaScript getElementById
- Link Building
- Competitor Research and Analysis
- AdSense Earnings
- Why Use Sitemaps?
- JavaScript String indexOf
- Comparing strings in JavaScript
- JavaScript String Length
- Javascript Creating Arrays
- Javascript forEach
- Javascript Cookies
- Javascript Event Object
- HTML5 Constraint Validation API
- Javascript Object Type
- Javascript Array
- Javascript While Loops
- Javascript For Loops
- Javascript Do While Loops
- Creating A Function In Javascript
- Web Application with PHP
- JavaScript Alert
- JavaScript Variables
- JavaScript System Dialogs alert(),confirm(),prompt...
- JavaScript Redirect
- JavaScript String Split Function
- Javascript String Constructor
- Javascript Making a simple MouseOver
- JavaScript Popups