TutorialKart
index.html
►
Run
Reset
<!DOCTYPE html> <html> <body> <p>Address Example</p> <address style="color:green;"> Some One<br> <a href="mailto:address@example.com">address@example.com</a><br> India<br> Ph. 0123456789<br> <a href="https://www.tutorialkart.com/">TutorialKart</a> </address> </body> </html>