Email and Image Links
Email Links
The best format of receive mails and feedback from users on your site is the use of the contact form likwise with Email links in HTML users to send mail on a site but linking the address of the site owner so th.
Using Malto
The <a> </a> can be use as email link using mailto: inside the href attribute instead of using http. This enable mail client in a computer to carries the address as mail form for user to send their feedback. The email tag depend that a mail client must be install computer for it to be use effectively.
<a href = "mailto: abc@example.com" >Click to send mail</a>
Mail Setting
You can specify email setting like subject and email body along with your email address.
<a href = "mailto:abc@example.com?subject = Feedback&body = Message"> Send Message </a>
Image Links
Using <a></a> element, an image can be link to another page or different local on the same page.
<a href = "https://www.datikvah.com"> <
> </a>;
Using Target
with anchor tag target attribute an image can be prview in the other tab of browser.
<a href = "https://www.datikvah.com/images/cover.jpg"> <img src="./images/cover.jpg" alt=""> </a>;