answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What file is being called by this IMG tag?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What tag is used to reserve space on a webpage for an image?

The img tag.The img tag.The img tag.The img tag.The img tag.The img tag.The img tag.The img tag.The img tag.The img tag.The img tag.


Explain Hr and Img tag in HTML tags?

The hr tag is the horizontal rule tag. It puts a line across the page.The img tag displays an image in a page. If you wanted to display an image called photo.jpg, you could do it like this:


How do you create img tag in HTML and graphics and attributes?

The HTML <img /> tag displays graphics on the page. Here is an example of an img tag: <img src="image.jpg" width="100" height="100" border="0" align="center" alt="My Image"/>.


How do you add pictures to you web page in web page design?

Adding picture to a web page is simple. It includes using a HTML tag: img The format of img tag is: <img src="location of the image"> One can also add a name to be displayed when one rolls over the image or when the image file is missing by: <img src="location of the image" alt="Image Name">


What tag is used when you want to insert a picture?

IMG


What is invalid for img tag n HTML?

center


How do you link an image to a PHP file?

Wrap the image tag in an anchor link <a href="mypage.php><img src="mypic.gif" width="10" height="10" /></a>


What are the two attributes that you should use with every img tag?

The img tag has two attributes: src and alt. If you leave either one of these attributes out of the code, you will not see the image.


What is definition of singular tag?

There doesn't seem to be an official definition but a singular tag is a tag that is not used as a pair of tags. XHTML validating examples of singular tags are: <br /> <hr /> <img /> Note that the <img /> tag will require additional attributes to display an image.


Why use HTML tags?

Tags are the basic rules in HTML like if you wanted to add a dotted list you can use the ul tag and you can add images with the img tag and you can make the image a link by nesting the img inside a link tag but i believe the most useful tag is the div tag


How will you set image as link?

You can set image as a link by placing HREF into the image tag. It could be done as <img href="#"></img>.


How do you post screenshots into Community Forum posts?

Use the IMG Tag.