Which tag is used for image location | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Which tag is used for image location

25th Sep 2017, 12:06 PM
Mudit Shukla
Mudit Shukla - avatar
3 Answers
+ 3
Write src="your_image.jpg" into the <img> tag. It then looks like this: <img src="your_image.jpg">
25th Sep 2017, 12:19 PM
Niklas Busemann
Niklas Busemann - avatar
0
<img alt="alternative text" src="your_image.jpg" /> look other options width,height...
25th Sep 2017, 12:28 PM
MBZH31
MBZH31 - avatar
0
IMG src
25th Sep 2017, 12:44 PM
prashant vyas
prashant vyas - avatar