How to create an Email link and a external website link in HTML -VirKiTech

Dear friends, today I am going to tell you that how to create an Email link and a external website link.



What is Email link?

It is link on any object, when we click on that object We can send mail to email address, specified in link. It is widely used in pages like 'contact' in websites.

Code of Email link 

<a href="mailto:example@gmail.com">send mail</a>

What is external website link?

It is a link which takes us to another website. It is widely used to interlink different websites with each other.

Code of external website link

<a href="https://www.example.com">open website</a>

Post a Comment

Previous Post Next Post