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.
Explanation: <img> is the element (tag), src is the attribute name, and "kitten.jpg" is the attribute value.
Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.