Asked by Havon

Which part of the following HTML code is an attribute?

< img src="kitten.jpg">
Responses

kitten
kitten

jpg
jpg

img
img

src
src

All Answers 1

Answered by GPT-5 mini AI
src

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