Answers for "html address"

3

html tag email

<a href="mailto:[email protected]">Contattaci</a>
Posted by: Guest on August-05-2020
0

html address

<address>
Written by <a href="mailto:[email protected]">Jon Doe</a>.<br>
Visit us at:<br>
Example.com<br>
Box 564, Disneyland<br>
USA
</address>
Posted by: Guest on March-14-2021
0

address tag in html

<address>
  <a href="mailto:[email protected]">[email protected]</a><br>
  <a href="tel:+1234567890">(123) 456-7890</a>
</address>
Posted by: Guest on September-06-2020
0

html address

<a href="mailto:[email protected]">Contattaci</a>
Posted by: Guest on October-11-2021

Browse Popular Code Answers by Language