Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

how to mailto in html code example

Example 1: html email links

<a href="mailto:[email protected]"> Email_id </a>

Example 2: html email link

<!-- Those percent twenty things be HTML Encoded spaces old bean, true magic. Not that Dynamo nonsense -->
<a href="mailto:[email protected]?Subject=Summat%20or%20Other&body=I%20Have%20been%20for%20a%20massive%20poo">Sendeth This Mail</a>

Tags:

Html Example

Related

python script to send email from excel code example String.js code example online python compiler for GUI code example mssql get all tables names code example typescript sum day of date code example to the power of 2 javascript code example calculate age from date of birth in laravel code example sqlalchemy set default value for column code example sqlite how to check if record exists code example react js apps ideas code example laravel resource route has no parameter group code example bootstrap slider doc code example

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy