answersLogoWhite

0

What is a image URL?

Updated: 8/17/2019
User Avatar

Wiki User

15y ago

Best Answer

A image's link or the website where you found the image.

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is a image URL?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What does the image URL mean for making NeoPet banners?

if image is displayed in that URL, then its Image URL. Else if Text displayed means its Text URL.ByChandraseka


How do you get the url of an image?

Right click, "properties," then the URL should be there.


What does IMG and SRC mean?

is the tag name for an image element in a webpage. is the tag, with src="" specifying the source URL of the image. This can be a local URL ("myimage.jpg") or a global URL ("http://www.mysite.com/myimage.jpg"). You can also use a local site URL ("/myimage.jpg"), which refers to the root URL of your website.Basically the img is saying you are putting an image there and src is telling where the image is located.


What is the HTML command used to display an image in background?

style="background-image: url('image.jpg')" Example: <body style="background-image: url('background.jpg')">


How do you find an image URL?

On most web browsers you can simply right-click the picture and select "Properties" from the drop-down menu. A window with the image information (including the URL) should then pop up.


How do you make a link with a pic for piczo?

Any image link is done the same way. You need the part of the code that contains the url, the part that contains the image and the part [optional] that contains the words that show up when you hover over the image. < a href= " url"> is the first part of the code. The next part is < img src= " image url"> That is the image url. If you want words to show under the mouse when you hover you add alt=" whatever you want to say"> after < img src=" image url"> So the finished code will be < a href=" url">< img src=" image url" alt=" whatever you want to say">


How do you get the URL from an image made on paint?

I need to have a url for an image made entirely on ms paint. It is not online, only a png file. What do I do?


How do you hyperlink something on GaiaOnline?

You don't use Hyperlink, you use BBCode! For example, if you want to insert a link, just do this: [url=http://www.midnightstardustanime.wordpress.com]This is Midnight Stardust's Blog![/url] If you want to insert an IMAGE with a link, do this: [url=(the link of your website where your image is)][img](the link of your image)[/img][/url] If you just want an image, do this: [img](your link of your image)[/img] NOW DO YOU UNDERSTAND?


How do you put pictures on freewebs using photobucket?

# First, upload your photo to Photobucket. # Get the image URL (the address directly to the image with a .jpg, .png, .bmp, or .gif at the end). # Edit your page on freewebs. Forth, click IMAGE > ImageU URL and insert your image URL into the textbox.


How do you add picture to interests section of MySpace?

<img src="URL TO IMAGE"> you can get the IMAGE URL from sites like photobucket or tinypic or imageshack


How do you give a link for a background image using CSS?

You will need to use the url() function. For example: background-image: url('/images/bg.png');


What HTML tag is used to create a link through an image?

<a href="website URL here"><img src="image URL here"></a>