HTML - Programming Language (MCQ) questions for Q. 27549
Q. What is the correct HTML for creating a hyperlink?- Published on 26 Feb 17a. <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>
ANSWER: <a href="http://www.example.com">example</a>