How to Send to Multiple Email Addresses in HTML Form

HTML (HyperText Markup Language) is one of several coding language used in designing websites. First developed in the 1980s by Tim Berners-Lee, HTML has evolved in leaps and bounds to become the foundation for all websites. While not the only web coding language, HTML is necessary for any website to work (other languages such as CSS and JavaScript are used for special design purposes and interactive features). One of the useful codes in HTML is the "Mailto" code; used for creating links to open messages to one or more email addresses.

Instructions

    • 1

      Open your web page in your usual HTML editor and switch to the "Code view" (if necessary), then navigate to the desired location in the code for the email link to be placed.

    • 2

      Insert this code into your page: "<a href="mailto:SampleEmail1@YourISP.com; SampleEmail2@YourISP.com">Your Email Link Text Here</a>" with separate email addresses separated by a semi-colon or a comma.

    • 3

      Save your changes and re-upload the web page to your server. When users click on your "Mailto" link, their email program will open up with your email address(es) in the "Send to" field.

Related Searches:

References

Resources

Comments

You May Also Like

Related Ads

Featured