Web technologies Questions | HTML Course | Practice Quiz 1 | Question 10
Which of the following is the correct way of creating an hyperlink in HTML?
(A) <a>www.geeksforgeeks.org <Geeksforgeeks /a>
(B) <a href=“www.geeksforgeeks.org” Geeksforgeeks /a>
(C) <a href= “www.geeksforgeeks.org”>Geeksforgeeks</a>
(D) <a link=“www.geeksforgeeks.org” Geeksforgeeks> </a>
Answer: (C)
Explanation:
Quiz of this Question
Please comment below if you find anything wrong in the above post
Please Login to comment...