Which tag is used to create a hyperlink in a webpage?
Which tag is used to create a hyperlink in a webpage?
ویب پیج میں ہائپر لنک بنانے کے لئے کون سا ٹیگ استعمال کیا جاتا ہے؟
Explanation
The <a> tag is used to create a hyperlink in an HTML webpage.
It uses the href attribute to define the link destination (e.g., <a href="https://example.com">Link</a>).