Html address tag in hindi-html एड्रेस टैग क्या है?

हेल्लो दोस्तों आज के इस पोस्ट में आपको html address tag in hindi के बारे में आपको बताय जा रहा है की क्या होता हैकैसे काम करता है तो  चलिए शुरू करते है

html <address> tag का परिचय

html <address>tag में  किसी भी document के author या owner की contact information को डिफाइन करने के लिए प्रयोग किया जाता है <address> tag को html3 में add किया गया था html3 के बाद के सभी versions में यह tag को available है इसे आप html5 में भी include किया गया है

कई बार ऐसे web developers के <address> tag के प्रयोग को लेकर भी confuse हो जाती है <address> tag को document के author से related contact का information जैसे की आप author का ईमेल ,mailing address और social मीडिया links आदि में भी provide करने के लिए प्रयोग किया जाना चाहिए

<address> tag के लिए पूरी वेबसाइट की contact information को provide करने के लिए नहीं प्रयोग किया जाना चाहिए

यदि आपकी वेबसाइट में कई authors publish करते है तो address tag को आप सभी authors के articles के साथ ही attach कर सकते है और उनकी contact information को provide कर सकती है

<address> tag को reader के लिए बहुत ही उपयोगी होता है <address> tag के द्वारा आप provide की गयी information से रीडर्स उस आर्टिकल के author से आसानी से contact कर सकते है

हलाकि आप author की contact information को <p> या <span> tag से भी provide की जा सकती है लेकिन आप seo की दृष्टी से <address> tag को प्रयोग किया जाना important होता है search engines <address> tag को author ranking के लिए भी प्रयोग करते है यदि कोई भी person उस author के बारे में search करता है तो search engines ये information को knowledge graph के द्वारा आप दिखा सकते है

html <address> tag के द्वारा आप provide की गयी information web page में italic style में show होती है

syntax of html <address> tag

निचे <address> का general syntax आपको निचे दिया जा रहा है

<address>
//author email address
//author mailing address
//author social media profile links
</address>

जैसा की आप उपर दिए गए syntax में आप देख सकते है की <addess> tag को closing tag के द्वारा आप properly close किया जाना आवश्यक होता है <address> tag में आप <span> <p> और <a> tags को आसानी से प्रयोग कर सकते है

attribute of html <address> tag

html <address> का कोई भी element को specific attribute नहीं होता है यह tag में html के सभी global और event को attributes को सपोर्ट करता है

example

<address> tag का example आपको निचे दिया जा रहा है

<html>
<head>
<title>html address tag demo</title>
</head>
<body>
<article>
this is an article.this article is written by an 
author <br/>if you want to show the authors 
contact information you can do it with html 
address tag <br/><br/>
<address>
c3school
[email protected]</article>
</body>
</html>

उपर दिए गए example का आउटपुट आपको निचे दिया जा रहा है

html address tag in hindi

reference-https://www.geeksforgeeks.org/html-address-tag/

निवेदन:-आप सभी छात्र –छात्रों से निवेदन है की अगर आपको ये Topic(html address tag in hindi) या post अच्छा लगा हो तो कृपया आप इस वेबसाइट के बारे में अपने दोस्तों को जरुर बताये और -अगर कोई topic) से संबधित प्रश्न हो तो कमेंट्स(comments) आपके लिए ही बना है और किसी Subject के लेकर भी कोई प्रश्न हो तो कमेंट करे

Leave a Comment