Qusहाइपरलिंक बनाने के लिए सही html क्या है?
A. Book Store
C. https://bpbonlime.com
D. Book Store
Solution
A. <a href="http://bpbonline.com'>Book Store</a>Explanation
<a></a> anchor tag is used to link a text or image form another website, webpage or within same page.'href' (Hyper Reference) attribute is used to set the link path/url.
Syntax:
<a href="URL/Path">Text or Image</a>