Important Notice:

Course Content
Heading Tag / Paragraph Tag
0/2
Horizontal Rules (HR element)
0/1
Font Element
0/1
Image Element
0/1
HTML Basic (Chapter 3) M2-R5.1
About Lesson

Anchor Tag:-

Anchor Tag वो होता है, जिसकी मदद से हम अलग अलग Web Pages को Link कर पाते है। आप इसको ऐसे भी समझ सकते है जैसे कि हम एक page को दूसरे page से Connect करते है या Link देते है। इसे Hyperlinks भी बोला जाता है। Hyperlinks किसी भी image या text पर दिया जाता है।

What is Hyperlink?

हाइपरलिंक वेब पेजों के बीच की एक कड़ी है और इसका उपयोग एक वेब पेज को दूसरे वेब पेज से जोड़ने के लिए किया जाता है।

हाइपरलिंक तीन प्रकार के होते हैं-

  1. Internal links
  2. External or local link
  3. Global links

Ex: –<a>… </a>

<a href=“https://nielitexam.co.in/”>Visit O Level Test website</a>

<a> tag का इस्तेमाल HTML मे link बनाने के लिए किया जाता है, जिसे Anchor Tag कहा जाता है। अगर आप किसी Text को Link देना चाहते है तो आप <a> और </a> के बीच में उस Link को डालेंगे और उसके लिए href attribute का Use किया जाता है।

Anchor Tag Attributes

a. Href   b. Name      c. Title         d. Target      e. download     f. mailto

Anchor Tag:-

We can create hyperlink using the anchor tag.

What is Hyperlink?

A hyperlink is a link between web pages and it is used to connect one web page to another.

There are three types of hyperlinks-

  1. Internal links
  2. External or local link
  3. Global links

Ex: –<a>… </a>

<a href=“https://nielitexam.co.in/”>Visit O Level Test website</a>

The anchor element is identifying by the <a> tag. It is a container tag so it begins with <a> tag and ends with </a> tag. Is has 3 attributes

Anchor Tag Attributes

a. Href      b. Name      c. Title         d. Target      e. download   f. mailto

error: Content is protected !!