हाइपरलिंक बनाने के लिए सही HTML क्या है?
What is the correct HTML for creating a hyperlink?
A
<a name="">A</a>
B
<a>B</a>
C
<a href="http://www.example.com">example</a>
D
<a url="http://www.example.com">example</a>
Explanation
Correct Answer: C) <a href="http://www.example.com">example</a>