HTML CSS examples for HTML Tag:a
Pass an URL in mailto's body
<html> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> </head> <!--from ww w . j a v a 2 s.c om--> <body> <a href="mailto:test@test.test?body=Link goes here http%3A%2F%2Fwww.example.com%2Ffoo.php%3Fthis%3Da%26join%3Dabc%26user454">Link text goes here</a> </body> </html>