Add Mailto: Body formatting - HTML CSS HTML Tag

HTML CSS examples for HTML Tag:a

Description

Add Mailto: Body formatting

Demo Code

ResultView the demo in separate window

<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&amp;body=name:%0D%0Aemail:">test</a>  
 </body>
</html>

Related Tutorials