Advertisements
Advertisements
प्रश्न
The attribute of the <IMG> tag used to specify the location of an image is ______.
विकल्प
img
src
alt
name
उत्तर
The attribute of the <IMG> tag used to specify the location of an image is src.
APPEARS IN
संबंधित प्रश्न
The tag used to insert an image in HTML:
Inline sound can be inserted using which of the following tag?
Which value causes the audio play as long as the page is in view?
List out the popular image formats.
What is inline sound or movie?
Write a short note on familiar images format.
Explain the main attributes used with <form> tag.
Which of the following is not an attribute of <img> tag in HTML?
The ______ attribute of <img> tag specifies an alternate text for an image if the image cannot be displayed.
Abhilasha has just designed a web page. At the end of the web page, she wants to insert an image “next.jpg”. She needs to link another web page with this image, i.e., whenever anyone clicks on the image “next.jpg”, another web page named “second.html” should open. Help her in writing the code to achieve it.
Note: Assume that image and both the web pages are stored in the same folder.