
Apu
October 05, 2022 ›
#Attribute
›
#image
❌
Which attribute is used with the image tag to specify the location and name of the image file?
The src attribute is used with the <img> tag to specify the location of the image. e.g.
<img src="/img.png">
To specify the name of the image, use the name attribute. e.g.
<img name="No Image">
save
listen
AI Answer
Which attribute is used with the image tag to specify the location and name of the image file?
1
The src attribute is used with the <img> tag to specify the location of the image. …
asked
Apu
1 answers
2915
The src attribute is used with the <img> tag to specify the location of the image. …
Answer Link
answered
Apu