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=/html-course-practice-quiz-1/ 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...