HTML CSS examples for HTML Tag:a
Add Mailto: Body formatting
<html> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> </head> <!--from w w w . j av a2s.c o m--> <body> <a href="mailto:someone@example.com?subject=Suggestions&body=name:%0D%0Aemail:">test</a> </body> </html>