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.
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.
Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.