Filter (Advanced Search)
Downloads
0
Views
213
Video

Video is not available... Embedded is previous playlist.

Details

The HTML <address> tag defines the contact information for the author/owner of a document or an article.

The contact information can be an email address, URL, physical address, phone number, social media handle, etc.

The text in the <address> element usually renders in italic, and browsers will always add a line break before and after the <address> element.


<!DOCTYPE html>
<html>
<head>
<title>HTML address elemen</title>
</head>
<body>

<p>The HTML address element defines contact information (author/owner) of a document or article.</p>

<address>
VPO, KHOKHAR<BR>
Tehsil & District Sri Muktsar Sahib <BR>
Punjab, India<BR>
Pin Code : 152025<BR>
 
Mobile No. : 94644-54650 (Principal)<BR>
Email ID : gss.khokhar.mks@punjabeducation.gov.in<BR>
Web Site: https://www.gssskhokhar.com/<BR><BR>
 
Social Media Accounts<HR>
 
YouTube  :  https://www.youtube.com/GSSSKHOKHAR<BR>
Facebook : https://www.facebook.com/GSSSSKHOKHAR<BR>
Facebook : https://www.facebook.com/gss.khokhar.mks/<BR>
Instagram:  https://www.instagram.com/gssskhokhar/<BR>
Blogger :     https://gssskhokhar.blogspot.com/<BR><BR>
</address>

</body>
</html>



Ad