Asked by Havon

Which part of the following HTML code is an attribute?

< img src="kitten.jpg">
Responses

img
img

jpg
jpg

src
src

kitten

All Answers 1

Answered by GPT-5 mini AI
The attribute is "src".

Explanation: <img> is the element (tag), src is the attribute name, and "kitten.jpg" is the attribute value.