Global Link:-
वेब पेज के किसी सेक्शन का लिंक या वेबसाइट के किसी पेज का लिंक बनाने के बजाय, हम पूरी तरह से एक वेबसाइट का लिंक बनाना चाहते हैं, इसे ग्लोबल लिंक कहा जाता है दूसरे शब्दों में, यदि हम जिस HTML document को लिंक करना चाहते हैं वह इंटरनेट पर कहीं और स्थित है तो हमें एक global लिंक बनाना होगा। ऐसा ग्लोबल लिंक बनाने के लिए, हमें एंकर एलिमेंट में <href> टैग के मान के रूप में वेबसाइट का absolute URL या name specify करना होगा।
Syntax:-<a href=”URL of the website”> hypertext </a>
Example :- <a href=http://www.gmail.com> Gmail website </a>
Global Link:-
Rather than creating link to a section of the web page or link to a page of the website, we want to create a link to altogether a website, it is called global link. In other word, if the HTML document we want to link is located somewhere else on the internet then we have to create a global link. To create such global link, we need to specify the absolute URL or name of the website as value of <href> tag in anchor element.
Syntax:- <a href=”URL of the website”> hypertext </a>
Example :- <a href=http://www.gmail.com> Gmail website </a>