Im not understand how to use src to add image...can someone help | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

Im not understand how to use src to add image...can someone help

html

21st Sep 2017, 9:02 PM
Nwonumara Obiora Dominic
Nwonumara Obiora Dominic - avatar
3 Respuestas
+ 2
Use the <img> tag and the "src" attribute to specify the URL of the image. e.g <img src="http://www.domain.com/path/image.jpg">
21st Sep 2017, 9:08 PM
Saka Oluwadamilola
Saka Oluwadamilola - avatar
+ 1
You'll still use the <img> tag and the "src" attribute to specify the URL of the image. e.g <img src="file:///C:/Users/Username/Downloads/image.jpg"> You can grab the correct path to the file from its Properties dialog, and then append it to the file:/// protocol indicating that you're pointing to a file on your local computer!
21st Sep 2017, 9:14 PM
Saka Oluwadamilola
Saka Oluwadamilola - avatar
0
like I saved d image on my download
21st Sep 2017, 9:11 PM
Nwonumara Obiora Dominic
Nwonumara Obiora Dominic - avatar