To indicate contact information, use the <address> tag on your HTML page.
Syntax:
<address>
// content 1
// content 2
// content 3
// content 4
</address>
Using this <address> tag we can show contact information on an HTML page. <address> tag also has its corresponding </address> tag.
Refer to the video to understand clearly: