answersLogoWhite

0

Img

User Avatar

Anonymous

5y ago

What else can I help you with?

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 will you add image in HTML and servlet?

<img src="image Path">


How do you turn pictures into an HTML code?

<img src="link for picture">


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"/>


How do you get images on websites?

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


How can you include imagesw using HTML and java script?

<img src="img.jpg" />


What celebrites are ticklish?

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


What file is being called by this IMG tag?

The IMG tag typically references an image file through its "src" attribute, which contains the path or URL to the image. For example, an IMG tag like <img src="image.jpg" alt="description"> would call the file named "image.jpg" located in the same directory as the HTML file. The "alt" attribute provides alternative text for the image if it cannot be displayed. To determine the exact file being called, you would need to check the "src" value in the specific IMG tag in question.


How do you add pics on your about me in Tinierme?

Use html: <img src="a"> Change a to your image dirrect link You can get your image dirrect link by upload it on tinypic.com or photobucket.com Example: <img src="http://i51.tinypic.com/m795cp.jpg> Try it! ^^ Hope you understand