"img src" = Image source, after "=" you have to type the address of the folder or the URL where your pic is, or just the name of the pic.
For example: img src="D:\Fun & Games\hello.jpg"
2007-07-28 16:52:11
·
answer #1
·
answered by lyhn990 4
·
3⤊
0⤋
It's a command from a web programming language called HTML. If you had a website, and you wanted to have a picture on there, this command would point to where the picture is, so that it would show up on your webpage.
Example:
If you purchase a website through someone (for example) like Geocities, they may simplify the process for you, but even with the simplicity, these commands are still taking effect on the backend.
2007-07-28 17:13:05
·
answer #2
·
answered by GJneedsanswers 5
·
1⤊
0⤋
Image Source...it is commonly used in HTML Coding to put a picture from a link onto a website.
2007-07-28 16:53:07
·
answer #3
·
answered by насќег 4
·
1⤊
0⤋
It's an HTML tag for inserting images
normally it looks like this:
2007-07-28 16:59:19
·
answer #4
·
answered by aggie2015 2
·
0⤊
0⤋
img is a tag used in HTML. src is an attribute telling the tag where to find the image. If you are getting an error, it might mean that the image can't be found.
2007-07-28 16:53:22
·
answer #5
·
answered by Michael M 6
·
0⤊
0⤋
This Site Might Help You.
RE:
What does "img src=" mean?
2015-08-13 14:39:14
·
answer #6
·
answered by Anonymous
·
0⤊
0⤋
For the best answers, search on this site https://shorturl.im/au0nY
That is part of some HTML. The last part is the beginning an an image tag which displays an image in a web page. ✩
2016-04-01 03:59:14
·
answer #7
·
answered by Anonymous
·
0⤊
0⤋
It means image source in HTML coding.
2007-07-28 16:53:09
·
answer #8
·
answered by Stuart 7
·
1⤊
0⤋
src is short for source..so it is basically saying image source...where the file is on your server that holds images (photos), it will tell you where websites store their photos on their website..that is the plain and simple explanation
2007-07-28 16:53:06
·
answer #9
·
answered by MMMomma C 3
·
0⤊
0⤋
It points to the URL of the image file.
2007-07-28 16:52:21
·
answer #10
·
answered by Alex V 3
·
0⤊
0⤋