0
Im not understand how to use src to add image...can someone help
html
3 Answers
+ 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">
+ 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!
0
like I saved d image on my download