Open In App

Web technologies Questions | HTML Course | Practice Quiz 1 | Question 20

Which among the following is the correct way in HTML to insert an image?

(A)



<img url=“https://bit.ly/2FicgIx”>Geeksforgeeks</img>

(B)



<img href=/html-course-practice-quiz-1/ alt= “Geeksforgeeks”></img>

(C)

<img src=“https://bit.ly/2FicgIx” alt=“Geeksforgeeks”>

(D)

<image src=“https://bit.ly/2FicgIx” alt=“Geeksforgeeks”></image>


Answer: (C)
Explanation:
Quiz of this Question
Please comment below if you find anything wrong in the above post

Article Tags :