🎴 Flashcard Mode
General Knowledge Quiz: Technology, TV & Cinema
Card1 / 20
Mastered0
Review0
QuestionClick to flip
Which of the below HTML tags is correct for inserting an image?
AnswerClick to flip back
A
<img src="">
💡 Explanation:
The tag with src attribute is the correct HTML5 syntax for inserting images into web pages. Option B uses the proper tag name 'img' and the correct attribute 'src', while the others use incorrect tag names or non-existent attributes.