answersLogoWhite

0

What does IMG and SRC mean?

Updated: 10/24/2022
User Avatar

Wiki User

11y ago

Best Answer

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.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar
More answers
User Avatar

Anonymous

Lvl 1
3y ago

Img

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What does IMG and SRC mean?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What src does mean?

Src is an attribute for an image tag used by the website to find the source of the image here's a visual <img src='this is the place you put the image's URL'>


What part of the HTML is element?

Example:In the example, the bold is the element. img is specified by the element, and then src="img.img" is a property of the element.


How do you add image to my HTML?

simply use the <img> tag... include the src attribute and link it to the images URL like so: <img src="http://www.whateverTheUrlIs.com"> you should also include the <alt> attribute to make your code perfect: <img src="........" alt=".....">


What is coding for inserting Image in HTMl language?

In HTML: <img src="path/to/image.jpg" alt="Desc. of the Image"> In XHTML: <img src="path/to/image.jpg" alt="Desc. of the Image" />


How do you turn pictures into an HTML code?

<img src="link for picture">


How will you add image in HTML and servlet?

<img src="image Path">


How can you include imagesw using HTML and java script?

<img src="img.jpg" />


How do you get images on websites?

<img src=""> in the parenthesis, put the URL of the picture you want.


What celebrites are ticklish?

<a><img src="http://media.ebaumsworld.com/picture/shives/spagett.gif"></a>


How To Embed Images In Text?

You can embed an image in HTML via IMAGE tag. It can be written as <img src="image-source"/>


When you insert an image filename malaysiagif the HTML tag will appear as?

<img src="malaysia.gif" />


How do you put a gif on your description box for Tumblr?

Just type this: <img src="yourgifurl.gif" />.